summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.module b/modules/block/block.module
index c87c95e98..754febd27 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -668,7 +668,7 @@ function block_list($region) {
* Name of the module that implements the block to load.
* @param $delta
* Unique ID of the block within the context of $module. Pass NULL to return
- * an empty $block object for $module.
+ * an empty block object for $module.
*
* @return
* A block object.