docs: fix simple typo, complier -> compiler
authorTim Gates <tim.gates@iress.com>
Mon, 28 Dec 2020 00:52:25 +0000 (11:52 +1100)
committerPhil Burk <philburk@mobileer.com>
Mon, 28 Dec 2020 01:02:50 +0000 (17:02 -0800)
There is a small typo in csrc/pfcompil.c.

Should read `compiler` rather than `complier`.

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;