about summary refs log tree commit diff
path: root/pm_config.in.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-11-12 00:13:35 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-11-12 00:13:35 +0000
commit259271c15ea2aff768d65f120f4d73490cade441 (patch)
tree530da52cb30f63ede3d6662620320bbc8d8c8996 /pm_config.in.h
parentf86841b12af28dd0a910094ae6c33dd3fb1e9587 (diff)
downloadnetpbm-mirror-259271c15ea2aff768d65f120f4d73490cade441.tar.gz
netpbm-mirror-259271c15ea2aff768d65f120f4d73490cade441.tar.xz
netpbm-mirror-259271c15ea2aff768d65f120f4d73490cade441.zip
fix typo in comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1368 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pm_config.in.h')
-rw-r--r--pm_config.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm_config.in.h b/pm_config.in.h
index 69f4b4a0..63b58feb 100644
--- a/pm_config.in.h
+++ b/pm_config.in.h
@@ -214,7 +214,7 @@
 #ifndef HAVE_GCC_SSE2
 /* GCC 4.1 ostensibly has the feature, but experiments with 4.1.2 and
    4.1.2 in May 2010 exposed an obscure compiler bug and the compiler got
-   stock with pamflip_sse.c.  So we say the feature exists only on 4.2
+   stuck with pamflip_sse.c.  So we say the feature exists only on 4.2
    and up.
 */
 #if GCCVERSION >=402 && defined(__SSE__) && defined(__SSE2__)