diff --git a/core/lib/Drupal/Core/Lock/LockBackendInterface.php b/core/lib/Drupal/Core/Lock/LockBackendInterface.php index 01ca219..438f89c 100644 --- a/core/lib/Drupal/Core/Lock/LockBackendInterface.php +++ b/core/lib/Drupal/Core/Lock/LockBackendInterface.php @@ -48,8 +48,8 @@ public function lockMayBeAvailable($name); * Miliseconds to wait for. * * @return bool - * TRUE if the wait operation was successful and lock may be available. You - * still need to acquire the lock manually and it may fail again. + * TRUE if the lock holds, FALSE if it may be available. You still need to + * acquire the lock manually and it may fail again. */ public function wait($name, $delay = 30);