Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757235AbcLPG46 (ORCPT ); Fri, 16 Dec 2016 01:56:58 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:33238 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753126AbcLPG4x (ORCPT ); Fri, 16 Dec 2016 01:56:53 -0500 From: Yanchuan Nian To: viro@zeniv.linux.org.uk Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Yanchuan Nian Subject: [PATCH] fs: fix a typo in fs/compat.c Date: Fri, 16 Dec 2016 14:56:34 +0800 Message-Id: <1481871394-13743-1-git-send-email-ycnian@gmail.com> X-Mailer: git-send-email 2.4.11 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 536 Lines: 22 Fix a typo in fs/compat.c Signed-off-by: Yanchuan Nian --- fs/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/compat.c b/fs/compat.c index 6af20de..a6d6a4a 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -1,7 +1,7 @@ /* * linux/fs/compat.c * - * Kernel compatibililty routines for e.g. 32 bit syscall support + * Kernel compatibility routines for e.g. 32 bit syscall support * on 64 bit kernels. * * Copyright (C) 2002 Stephen Rothwell, IBM Corporation -- 2.4.0