X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=csrc%2Fpfcompil.c;fp=csrc%2Fpfcompil.c;h=00c1540dd4f19b4af8eae05e36c0bbe5c8f4713d;hb=34cc6347b7052eccf798fe8f93c2802deb38bc90;hp=e512857d4ef5c5996453a6dd17d8132d6e6a07b9;hpb=861862f451bf6fea44c052b8a8733853fa2fe9d9;p=debian%2Fpforth diff --git a/csrc/pfcompil.c b/csrc/pfcompil.c index e512857..00c1540 100644 --- a/csrc/pfcompil.c +++ b/csrc/pfcompil.c @@ -722,7 +722,7 @@ void ffLiteral( cell_t Num ) #ifdef PF_SUPPORT_FP void ffFPLiteral( PF_FLOAT fnum ) { - /* Hack for Metrowerks complier which won't compile the + /* Hack for Metrowerks compiler which won't compile the * original expression. */ PF_FLOAT *temp;