summaryrefslogtreecommitdiff
path: root/includes/lock.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/lock.inc')
-rw-r--r--includes/lock.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/lock.inc b/includes/lock.inc
index f23c49988..6dd4b9352 100644
--- a/includes/lock.inc
+++ b/includes/lock.inc
@@ -7,8 +7,10 @@
*/
/**
- * @defgroup lock Functions to coordinate long-running operations across requests.
+ * @defgroup lock Locking mechanisms
* @{
+ * Functions to coordinate long-running operations across requests.
+ *
* In most environments, multiple Drupal page requests (a.k.a. threads or
* processes) will execute in parallel. This leads to potential conflicts or
* race conditions when two requests execute the same code at the same time. A