From c7e593b3bdf36ab8a4fe48551367e446fe0c290c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 14 May 2018 10:18:16 +0200 Subject: [PATCH] ubifs: Spelling fix someting -> something Replace "someting" with "something" Signed-off-by: Sascha Hauer Signed-off-by: Richard Weinberger --- fs/ubifs/replay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ubifs/replay.c b/fs/ubifs/replay.c index f10a72a..85c2a43 100644 --- a/fs/ubifs/replay.c +++ b/fs/ubifs/replay.c @@ -1034,7 +1034,7 @@ int ubifs_replay_journal(struct ubifs_info *c) * The head of the log must always start with the * "commit start" node on a properly formatted UBIFS. * But we found no nodes at all, which means that - * someting went wrong and we cannot proceed mounting + * something went wrong and we cannot proceed mounting * the file-system. */ ubifs_err(c, "no UBIFS nodes found at the log head LEB %d:%d, possibly corrupted", -- 2.7.4