summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cpp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cpp2.c')
-rw-r--r--rsc/source/rscpp/cpp2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/rscpp/cpp2.c b/rsc/source/rscpp/cpp2.c
index 8da4100c8be7..1431e154ad3e 100644
--- a/rsc/source/rscpp/cpp2.c
+++ b/rsc/source/rscpp/cpp2.c
@@ -315,8 +315,8 @@ void doif(int hash)
* while #if needs a subroutine of its own to evaluate the expression.
*
* doif() is called only if compiling is TRUE. If false, compilation
- * is always supressed, so we don't need to evaluate anything. This
- * supresses unnecessary warnings.
+ * is always suppressed, so we don't need to evaluate anything. This
+ * suppresses unnecessary warnings.
*/
{
register int c;