From: Wang Sheng-Hui <shhuiw@gmail.com>
To: reiserfs-devel@vger.kernel.org
Subject: [PATCH] reiser4: fix comment typo in znode.c
Date: Fri, 14 Feb 2014 14:47:10 +0800 [thread overview]
Message-ID: <52FDBBEE.90409@gmail.com> (raw)
The comment is mis-placed. Fix the typo.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
fs/reiser4/znode.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/reiser4/znode.c b/fs/reiser4/znode.c
index 4ff9714..22499a6 100644
--- a/fs/reiser4/znode.c
+++ b/fs/reiser4/znode.c
@@ -661,7 +661,7 @@ unsigned znode_free_space(znode * node /* znode to query */ )
return node_plugin_by_node(node)->free_space(node);
}
-/* left delimiting key of znode */
+/* right delimiting key of znode */
reiser4_key *znode_get_rd_key(znode * node /* znode to query */ )
{
assert("nikita-958", node != NULL);
@@ -671,7 +671,7 @@ reiser4_key *znode_get_rd_key(znode * node /* znode to query */ )
return &node->rd_key;
}
-/* right delimiting key of znode */
+/* left delimiting key of znode */
reiser4_key *znode_get_ld_key(znode * node /* znode to query */ )
{
assert("nikita-974", node != NULL);
--
1.8.3.2
reply other threads:[~2014-02-14 6:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52FDBBEE.90409@gmail.com \
--to=shhuiw@gmail.com \
--cc=reiserfs-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.