X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcoreparse.c;h=7221bd082ede112bb8cefa67ceb70e6f0b230c4c;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=cd841f4dc92f64e85a826d60180dafaca107833c;hpb=62272dd0e7254b19a484fa1a2050ba15504d3ece;p=sbcl.git diff --git a/src/runtime/coreparse.c b/src/runtime/coreparse.c index cd841f4..7221bd0 100644 --- a/src/runtime/coreparse.c +++ b/src/runtime/coreparse.c @@ -94,7 +94,7 @@ lispobj load_core_file(char *file) /* KLUDGE: This kind of conditionalization everywhere that 32-bit * ints are used is really nasty. It would be much nicer to define - * a typedef a la addr_as_int once and for all in each + * a typedef like addr_as_int once and for all in each * architecture file, then use that everywhere. -- WHN 19990904 */ #ifndef alpha long header[CORE_PAGESIZE / sizeof(long)], val, len, *ptr;