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