diff options
Diffstat (limited to 'phpBB/includes/lock')
-rw-r--r-- | phpBB/includes/lock/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/lock/db.php b/phpBB/includes/lock/db.php index f5f1b4c6f9..20dbb63e0c 100644 --- a/phpBB/includes/lock/db.php +++ b/phpBB/includes/lock/db.php @@ -55,7 +55,7 @@ class phpbb_lock_db /** * Creates a named released instance of the lock. * - * You have to call lock to actually create the lock. + * You have to call acquire() to actually create the lock. * * @param string $config_name A config variable to be used for locking * @param array $config The phpBB configuration |