From: Luis de Bethencourt Date: Mon, 11 Jul 2016 23:02:50 +0000 (+0100) Subject: befs: fix typo in befs_bt_read_node documentation X-Git-Tag: v4.9-rc1~1^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2dfa8a6e56f63d2f6c479e7b65ef087e892280e9;p=thirdparty%2Fkernel%2Flinux.git befs: fix typo in befs_bt_read_node documentation Fixing a grammatical error in the documentation. Signed-off-by: Luis de Bethencourt --- diff --git a/fs/befs/btree.c b/fs/befs/btree.c index e8827af43dcd8..97f5e242d3ab7 100644 --- a/fs/befs/btree.c +++ b/fs/befs/btree.c @@ -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.