summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-04-29 11:39:52 +1200
committerOlly Betts <olly@survex.com>2023-05-04 13:21:04 +1200
commite848e7980d3befa77cf3b2cdde2ca5ea129afa78 (patch)
treef73b6b7385ca136e901753da5f8a43fb4b8c956a /Examples
parent00f93d62db582792a1c57bdee34dfc5425bc5510 (diff)
downloadswig-e848e7980d3befa77cf3b2cdde2ca5ea129afa78.tar.gz
Fix testcase comment typo
Diffstat (limited to 'Examples')
-rw-r--r--Examples/test-suite/preproc.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/preproc.i b/Examples/test-suite/preproc.i
index dff6dbca1..85c68393f 100644
--- a/Examples/test-suite/preproc.i
+++ b/Examples/test-suite/preproc.i
@@ -435,7 +435,7 @@ const int BAR = 6;
/* This has probably always worked, but make sure that the fix to accept
an empty X doesn't stop a non-empty X from working: */
FOO(int x)
-/* FOO() didn't used to get expanded here, causing:
+/* FOO2() didn't used to get expanded here, causing:
Syntax error in input(1). */
FOO2()
/* Check BAR2() still gets expanded here. */