From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753028AbbHRNm0 (ORCPT ); Tue, 18 Aug 2015 09:42:26 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:35269 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751199AbbHRNmZ (ORCPT ); Tue, 18 Aug 2015 09:42:25 -0400 From: Junesung Lee To: jaegeuk@kernel.org, cm224.lee@samsung.com Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Junesung Lee Subject: [PATCH] f2fs: fix typo Date: Tue, 18 Aug 2015 22:42:15 +0900 Message-Id: <1439905335-31991-1-git-send-email-junesoung412@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix typo. Signed-off-by : Junesung Lee --- fs/f2fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig index c629762..b0a9dc9 100644 --- a/fs/f2fs/Kconfig +++ b/fs/f2fs/Kconfig @@ -45,7 +45,7 @@ config F2FS_FS_POSIX_ACL default y help Posix Access Control Lists (ACLs) support permissions for users and - gourps beyond the owner/group/world scheme. + groups beyond the owner/group/world scheme. To learn more about Access Control Lists, visit the POSIX ACLs for Linux website . -- 2.1.4