[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20180803140913.3357-1-colin.king@canonical.com>
Date: Fri, 3 Aug 2018 15:09:13 +0100
From: Colin King <colin.king@...onical.com>
To: Mark Fasheh <mark@...heh.com>, Joel Becker <jlbec@...lplan.org>,
ocfs2-devel@....oracle.com
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ocfs2: fix spelling mistake: "ambigous" -> "ambiguous"
From: Colin Ian King <colin.king@...onical.com>
Trivial fix to spelling mistake in error message text
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
fs/ocfs2/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c
index 79279240fb6e..8f3598550f2c 100644
--- a/fs/ocfs2/inode.c
+++ b/fs/ocfs2/inode.c
@@ -548,7 +548,7 @@ static int ocfs2_read_locked_inode(struct inode *inode,
*/
mlog_bug_on_msg(!!(fe->i_flags & cpu_to_le32(OCFS2_SYSTEM_FL)) !=
!!(args->fi_flags & OCFS2_FI_FLAG_SYSFILE),
- "Inode %llu: system file state is ambigous\n",
+ "Inode %llu: system file state is ambiguous\n",
(unsigned long long)args->fi_blkno);
if (S_ISCHR(le16_to_cpu(fe->i_mode)) ||
--
2.17.1
Powered by blists - more mailing lists