Commit 7a2e3659 authored by Davidlohr Bueso's avatar Davidlohr Bueso Committed by Jiri Kosina

reiserfs: typo comment fix

Fix trivial typo in code comment (change adn for and), also change comment
style for proper coding style.
Signed-off-by: default avatarDavidlohr Bueso <dave@gnu.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a2531293
......@@ -360,7 +360,7 @@ int is_reiserfs_jr(struct reiserfs_super_block *rs);
/* the spot for the super in versions 3.5 - 3.5.10 (inclusive) */
#define REISERFS_OLD_DISK_OFFSET_IN_BYTES (8 * 1024)
// reiserfs internal error code (used by search_by_key adn fix_nodes))
/* reiserfs internal error code (used by search_by_key and fix_nodes)) */
#define CARRY_ON 0
#define REPEAT_SEARCH -1
#define IO_ERROR -2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment