From f2b6521aa11771e87f7357f1d5ceff8165fa0585 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Tue, 1 Jul 2014 18:32:15 +0300 Subject: UBIFS: fix spelling of "scanned" Randy Dunlap pointed that we should use "scanned" instead of "scaned". This patch makes the correction. Signed-off-by: Artem Bityutskiy --- fs/ubifs/recovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/ubifs/recovery.c') diff --git a/fs/ubifs/recovery.c b/fs/ubifs/recovery.c index 0214d62..f13f3b5 100644 --- a/fs/ubifs/recovery.c +++ b/fs/ubifs/recovery.c @@ -629,7 +629,7 @@ static void drop_last_node(struct ubifs_scan_leb *sleb, int *offs) * * This function does a scan of a LEB, but caters for errors that might have * been caused by the unclean unmount from which we are attempting to recover. - * Returns the scaned information on success and a negative error code on + * Returns the scanned information on success and a negative error code on * failure. */ struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum, -- cgit v1.1