diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index 359f33abcf7..daf082077b6 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -201,7 +201,7 @@ PHP_FUNCTION(shm_remove) -/* {{{ proto int shm_put(int id, int key, object *variable) +/* {{{ proto int shm_put_var(int id, int key, object *variable) Insert a variable into shared memory */ PHP_FUNCTION(shm_put_var) {