befs: fix typo in befs_bt_read_node documentation
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 11 Jul 2016 23:02:50 +0000 (00:02 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 9 Aug 2016 14:18:06 +0000 (15:18 +0100)
Fixing a grammatical error in the documentation.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
fs/befs/btree.c

index e8827af43dcd8a6f39e3efeca2a9f6ad38ffc23c..97f5e242d3ab72de2c5526bbd8f1dc853fd651b7 100644 (file)
@@ -181,8 +181,8 @@ befs_bt_read_super(struct super_block *sb, const befs_data_stream *ds,
  * Calls befs_read_datastream to read in the indicated btree node and
  * makes sure its header fields are in cpu byteorder, byteswapping if
  * necessary.
- * Note: node->bh must be NULL when this function called first
- * time. Don't forget brelse(node->bh) after last call.
+ * Note: node->bh must be NULL when this function is called the first time.
+ * Don't forget brelse(node->bh) after last call.
  *
  * On success, returns BEFS_OK and *@node contains the btree node that
  * starts at @node_off, with the node->head fields in cpu byte order.
This page took 0.024814 seconds and 5 git commands to generate.