Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1543223
| From | Yanchuan Nian <ycnian@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] fs: fix a typo in fs/compat.c |
| Date | 2016-12-16 08:00 +0100 |
| Message-ID | <sOUEN-8mH-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix a typo in fs/compat.c Signed-off-by: Yanchuan Nian <ycnian@gmail.com> --- 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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] fs: fix a typo in fs/compat.c Yanchuan Nian <ycnian@gmail.com> - 2016-12-16 08:00 +0100
csiph-web