diff --git a/fs/ubifs/recovery.c b/fs/ubifs/recovery.c index 0214d62b7d56563017c88c33053f49ddaef14f47..f13f3b5495636dd1baf822159b8d9f0bd0cf35af 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, diff --git a/fs/ubifs/scan.c b/fs/ubifs/scan.c index 890d42c204b95c711604b51180c740487668bcf3..89adbc4d08ac1ac2defe2fa5293816fe579fcef6 100644 --- a/fs/ubifs/scan.c +++ b/fs/ubifs/scan.c @@ -131,7 +131,7 @@ int ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, * @offs: offset to start at (usually zero) * @sbuf: scan buffer (must be c->leb_size) * - * This function returns the scaned information on success and a negative error + * This function returns the scanned information on success and a negative error * code on failure. */ struct ubifs_scan_leb *ubifs_start_scan(const struct ubifs_info *c, int lnum, @@ -257,7 +257,7 @@ void ubifs_scanned_corruption(const struct ubifs_info *c, int lnum, int offs, * @quiet: print no messages * * This function scans LEB number @lnum and returns complete information about - * its contents. Returns the scaned information in case of success and, + * its contents. Returns the scanned information in case of success and, * %-EUCLEAN if the LEB neads recovery, and other negative error codes in case * of failure. *