From 99bcffe77c8a598f112be073159461bbf115be5c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 2 Oct 2022 16:22:30 +1100 Subject: [PATCH] Typo in a comment --- test/test_interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_interpreter.c b/test/test_interpreter.c index 8fdf90c..208aa45 100644 --- a/test/test_interpreter.c +++ b/test/test_interpreter.c @@ -11,7 +11,7 @@ #include #include -//supress the print output +//suppress the print output static void noPrintFn(const char* output) { //NO OP }