about summary refs log tree commit diff
path: root/pm_config.in.h
diff options
context:
space:
mode:
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__)