aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/lock/flock.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/lock/flock.php')
-rw-r--r--phpBB/includes/lock/flock.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/lock/flock.php b/phpBB/includes/lock/flock.php
index 09450644bc..5c2288ce1b 100644
--- a/phpBB/includes/lock/flock.php
+++ b/phpBB/includes/lock/flock.php
@@ -22,7 +22,7 @@ if (!defined('IN_PHPBB'))
class phpbb_lock_flock
{
/**
- * Path to the file access to which is controlled
+ * Path to the file to which access is controlled
*
* @var string
*/
@@ -39,7 +39,7 @@ class phpbb_lock_flock
*
* You have to call acquire() to actually acquire the lock.
*
- * @param string $path Path to the file access to which is controlled
+ * @param string $path Path to the file to which access is controlled
*/
public function __construct($path)
{