X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FInterpreter.c;h=0312d3d8420b6ad7a02a13ff78fdd5be064590a9;hb=e576ba5d31fbae54c43e88316fb0dbdba9cbd4ff;hp=b4ef171bef306c0826a07312563945b8d6eaf809;hpb=f2363290372453038d1ad85b8a71b206a8fcac3e;p=ghc-hetmet.git diff --git a/rts/Interpreter.c b/rts/Interpreter.c index b4ef171..0312d3d 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -48,7 +48,7 @@ #elif WORD_SIZE_IN_BITS == 64 #define BCO_NEXT_WORD BCO_NEXT_64 #else -#error Can't cope with WORD_SIZE_IN_BITS being nether 32 nor 64 +#error Cannot cope with WORD_SIZE_IN_BITS being nether 32 nor 64 #endif #define BCO_GET_LARGE_ARG ((bci & bci_FLAG_LARGE_ARGS) ? BCO_NEXT_WORD : BCO_NEXT)