summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-12-17 12:25:40 +1300
committerOlly Betts <olly@survex.com>2021-12-17 14:54:05 +1300
commitf976927d52cb323a1ba782de17e3181f8dba21dc (patch)
tree30fff2b0048fc7f8ec6c4d38f93b82090f09a1f7
parent78f5404727f18e821267b0500e811baf8042d892 (diff)
downloadswig-f976927d52cb323a1ba782de17e3181f8dba21dc.tar.gz
Fix source code comment typo
-rw-r--r--Source/Modules/php.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/php.cxx b/Source/Modules/php.cxx
index b83995956..836c2059e 100644
--- a/Source/Modules/php.cxx
+++ b/Source/Modules/php.cxx
@@ -1521,7 +1521,7 @@ public:
String *interface = Getitem(interface_list, i);
// We generate conditional code in both minit and rinit - then we or the user
// just need to define SWIG_PHP_INTERFACE_xxx_CE (and optionally
- // SWIG_PHP_INTERFACE_xxx_CE) to handle interface `xxx` at minit-time.
+ // SWIG_PHP_INTERFACE_xxx_HEADER) to handle interface `xxx` at minit-time.
Printv(s_header,
"#ifdef SWIG_PHP_INTERFACE_", interface, "_HEADER\n",
"# include SWIG_PHP_INTERFACE_", interface, "_HEADER\n",