summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r--ext/hyperwave/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index 2ba3861579..34fd2c4001 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -1252,7 +1252,7 @@ php_printf("%s\n", ptr);
/* }}} */
/* {{{ proto string hw_dummy(int link, int id, int msgid)
- ??? */
+ Hyperwave dummy function */
PHP_FUNCTION(hw_dummy) {
pval **arg1, **arg2, **arg3;
int link, id, type, msgid;