diff options
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Interpreter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Interpreter.c b/rts/Interpreter.c index b4ef171bef..0312d3d842 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) |