Updated README with better build info
[debian/pforth] / csrc / pfcompil.c
index e512857d4ef5c5996453a6dd17d8132d6e6a07b9..00c1540dd4f19b4af8eae05e36c0bbe5c8f4713d 100644 (file)
@@ -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;