Fix a typo in powerpc/Linux-only code; spotted by Jeroen Pulles
[ghc-hetmet.git] / rts / Adjustor.c
index 40bc9dd..a4c6abe 100644 (file)
@@ -716,7 +716,7 @@ TODO: Depending on how much allocation overhead stgMallocBytes uses for
                 }
                 else
                 {
-                    if((t == 'l' || t == 'L' || t == 'd')
+                    if(t == 'l' || t == 'L' || t == 'd')
                     {
                         if(src_offset % 8)
                             src_offset += 4;