From 34cc6347b7052eccf798fe8f93c2802deb38bc90 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 28 Dec 2020 11:52:25 +1100 Subject: [PATCH] docs: fix simple typo, complier -> compiler There is a small typo in csrc/pfcompil.c. Should read `compiler` rather than `complier`. --- csrc/pfcompil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2