From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751976AbdF1PqH (ORCPT ); Wed, 28 Jun 2017 11:46:07 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:39679 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751643AbdF1PqC (ORCPT ); Wed, 28 Jun 2017 11:46:02 -0400 From: Colin King To: Mark Fasheh , Joel Becker , ocfs2-devel@oss.oracle.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH] ocfs2: fix spelling mistake: "ambigous" -> "ambiguous" Date: Wed, 28 Jun 2017 16:45:56 +0100 Message-Id: <20170628154556.27690-1-colin.king@canonical.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King Trivial fix to spelling mistake in mlog_bug_on_msg message Signed-off-by: Colin Ian King --- 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 1a1e0078ab38..9f7699b2d1ed 100644 --- a/fs/ocfs2/inode.c +++ b/fs/ocfs2/inode.c @@ -547,7 +547,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.11.0