about summary refs log tree commit diff
path: root/lib/libpbm3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpbm3.c')
-rw-r--r--lib/libpbm3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpbm3.c b/lib/libpbm3.c
index d6a953c2..3d846962 100644
--- a/lib/libpbm3.c
+++ b/lib/libpbm3.c
@@ -27,7 +27,7 @@
    to make PBM raster processing faster.  GCC only.
 
    The GNU Compiler -msse2 option makes SSE/SSE2 available.
-   For x86-32 with MMX/SSE, "-msse2" must be explicitly given.
+   For x86-32 with SSE, "-msse2" must be explicitly given.
    For x86-64 and AMD64, "-msse2" is the default (from Gcc v.4.)
 */