summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-12-13 09:07:50 +1300
committerOlly Betts <olly@survex.com>2021-12-13 09:27:58 +1300
commit7d704023068f527de19275de713b5010e191ba11 (patch)
treeda60a6f5eaa72dad1f3f8a5a502c1441456bce84
parentbf68b377e609b81b4bbb81c70769568a46f18484 (diff)
downloadswig-7d704023068f527de19275de713b5010e191ba11.tar.gz
Update PHP source comment
We no longer wrap anything as a PHP resource.
-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 f48ab34b9..2d346d273 100644
--- a/Source/Modules/php.cxx
+++ b/Source/Modules/php.cxx
@@ -2171,7 +2171,7 @@ public:
static PHP *maininstance = 0;
// Collect non-class pointer types from the type table so we can set up PHP
-// resource types for them later.
+// classes for them later.
//
// NOTE: it's a function NOT A PHP::METHOD
extern "C" {