From 259271c15ea2aff768d65f120f4d73490cade441 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 12 Nov 2010 00:13:35 +0000 Subject: fix typo in comment git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1368 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- pm_config.in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pm_config.in.h') 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__) -- cgit 1.4.1