From f976927d52cb323a1ba782de17e3181f8dba21dc Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 17 Dec 2021 12:25:40 +1300 Subject: [PATCH] Fix source code comment typo --- Source/Modules/php.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",