diff options
| author | Steven Cole <elenstev@mesatop.com> | 2003-02-18 05:15:52 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-18 05:15:52 -0800 |
| commit | db774a23df446f623d6d2d1fc53a4a5483a2d166 (patch) | |
| tree | 115416c18d398a4f196fc3b4063780f857c89a76 /arch | |
| parent | c06d780c586f938fac2e47b9f955a7366e9c7302 (diff) | |
[PATCH] spelling fix for compatable -> compatible
This patch provides the following spelling fixes.
compatable -> compatible
compatability -> compatibility
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/alpha/lib/ev6-memcpy.S | 2 | ||||
| -rw-r--r-- | arch/i386/kernel/cpu/cyrix.c | 2 | ||||
| -rw-r--r-- | arch/ia64/ia32/sys_ia32.c | 2 | ||||
| -rw-r--r-- | arch/ia64/sn/io/sn2/pcibr/pcibr_rrb.c | 2 | ||||
| -rw-r--r-- | arch/m68k/ifpsp060/src/isp.S | 2 | ||||
| -rw-r--r-- | arch/mips/kernel/irixsig.c | 2 | ||||
| -rw-r--r-- | arch/mips64/kernel/linux32.c | 2 | ||||
| -rw-r--r-- | arch/parisc/kernel/ioctl32.c | 2 | ||||
| -rw-r--r-- | arch/ppc/xmon/ansidecl.h | 2 | ||||
| -rw-r--r-- | arch/ppc64/kernel/sys32.S | 2 | ||||
| -rw-r--r-- | arch/ppc64/kernel/sys_ppc32.c | 2 | ||||
| -rw-r--r-- | arch/ppc64/xmon/ansidecl.h | 2 | ||||
| -rw-r--r-- | arch/s390x/kernel/linux32.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/ioctl32.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/sunos_ioctl32.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/sys32.S | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/sys_sparc32.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/sys_sunos32.c | 2 | ||||
| -rw-r--r-- | arch/x86_64/ia32/ia32_ioctl.c | 2 | ||||
| -rw-r--r-- | arch/x86_64/ia32/sys_ia32.c | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/arch/alpha/lib/ev6-memcpy.S b/arch/alpha/lib/ev6-memcpy.S index c708a6fb9617..52b37b0f2af5 100644 --- a/arch/alpha/lib/ev6-memcpy.S +++ b/arch/alpha/lib/ev6-memcpy.S @@ -243,6 +243,6 @@ $nomoredata: .end memcpy -/* For backwards module compatability. */ +/* For backwards module compatibility. */ __memcpy = memcpy .globl __memcpy diff --git a/arch/i386/kernel/cpu/cyrix.c b/arch/i386/kernel/cpu/cyrix.c index e3caec9dcc7d..a91dbda9c0db 100644 --- a/arch/i386/kernel/cpu/cyrix.c +++ b/arch/i386/kernel/cpu/cyrix.c @@ -74,7 +74,7 @@ static char cyrix_model_mult2[] __initdata = "12233445"; /* * Reset the slow-loop (SLOP) bit on the 686(L) which is set by some old - * BIOSes for compatability with DOS games. This makes the udelay loop + * BIOSes for compatibility with DOS games. This makes the udelay loop * work correctly, and improves performance. * * FIXME: our newer udelay uses the tsc. We dont need to frob with SLOP diff --git a/arch/ia64/ia32/sys_ia32.c b/arch/ia64/ia32/sys_ia32.c index c51bcbb5084c..85fa23f3dbc0 100644 --- a/arch/ia64/ia32/sys_ia32.c +++ b/arch/ia64/ia32/sys_ia32.c @@ -4063,7 +4063,7 @@ done: return err; } -/* Handle adjtimex compatability. */ +/* Handle adjtimex compatibility. */ struct timex32 { u32 modes; diff --git a/arch/ia64/sn/io/sn2/pcibr/pcibr_rrb.c b/arch/ia64/sn/io/sn2/pcibr/pcibr_rrb.c index 72f1a79ff2e3..3febeecaa102 100644 --- a/arch/ia64/sn/io/sn2/pcibr/pcibr_rrb.c +++ b/arch/ia64/sn/io/sn2/pcibr/pcibr_rrb.c @@ -272,7 +272,7 @@ do_pcibr_rrb_free(bridge_t *bridge, * the old do_pcibr_rrb_free() code only clears the enable bit * but I say we should clear the whole rrb (ie): * reg = reg & ~(RRB_MASK << (RRB_SIZE * rrb_index)); - * But to be compatable with old code we'll only clear enable. + * But to be compatible with old code we'll only clear enable. */ reg = reg & ~(RRB_ENABLE_BIT(bridge) << (RRB_SIZE * rrb_index)); clr = clr | (enable_bit << (RRB_SIZE * rrb_index)); diff --git a/arch/m68k/ifpsp060/src/isp.S b/arch/m68k/ifpsp060/src/isp.S index 2dc40bbc258a..4f29187c29aa 100644 --- a/arch/m68k/ifpsp060/src/isp.S +++ b/arch/m68k/ifpsp060/src/isp.S @@ -2625,7 +2625,7 @@ mul64_neg: addx.l %d7, %d4 # add carry to hi(result) # the result is saved to the register file. -# for '040 compatability, if Dl == Dh then only the hi(result) is +# for '040 compatibility, if Dl == Dh then only the hi(result) is # saved. so, saving hi after lo accomplishes this without need to # check Dl,Dh equality. mul64_done: diff --git a/arch/mips/kernel/irixsig.c b/arch/mips/kernel/irixsig.c index 088f746119c6..7d68e0e659fc 100644 --- a/arch/mips/kernel/irixsig.c +++ b/arch/mips/kernel/irixsig.c @@ -1,5 +1,5 @@ /* - * irixsig.c: WHEEE, IRIX signals! YOW, am I compatable or what?!?! + * irixsig.c: WHEEE, IRIX signals! YOW, am I compatible or what?!?! * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * Copyright (C) 1997 - 2000 Ralf Baechle (ralf@gnu.org) diff --git a/arch/mips64/kernel/linux32.c b/arch/mips64/kernel/linux32.c index 33f6bc1d11ac..9c49a1672790 100644 --- a/arch/mips64/kernel/linux32.c +++ b/arch/mips64/kernel/linux32.c @@ -1800,7 +1800,7 @@ asmlinkage int sys32_personality(unsigned long personality) return ret; } -/* Handle adjtimex compatability. */ +/* Handle adjtimex compatibility. */ struct timex32 { u32 modes; diff --git a/arch/parisc/kernel/ioctl32.c b/arch/parisc/kernel/ioctl32.c index 9d936fc06883..8332a7d5016b 100644 --- a/arch/parisc/kernel/ioctl32.c +++ b/arch/parisc/kernel/ioctl32.c @@ -2892,7 +2892,7 @@ struct ioctl_trans { IOCTL_TABLE_START /* List here exlicitly which ioctl's are known to have - * compatable types passed or none at all... + * compatible types passed or none at all... */ /* Big T */ COMPATIBLE_IOCTL(TCGETA) diff --git a/arch/ppc/xmon/ansidecl.h b/arch/ppc/xmon/ansidecl.h index be04e42d56a3..c9b9f0929e9e 100644 --- a/arch/ppc/xmon/ansidecl.h +++ b/arch/ppc/xmon/ansidecl.h @@ -1,4 +1,4 @@ -/* ANSI and traditional C compatability macros +/* ANSI and traditional C compatibility macros Copyright 1991, 1992 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/arch/ppc64/kernel/sys32.S b/arch/ppc64/kernel/sys32.S index 3e37ceb96026..95e6077641d2 100644 --- a/arch/ppc64/kernel/sys32.S +++ b/arch/ppc64/kernel/sys32.S @@ -1,5 +1,5 @@ /* - * sys32.S: I-cache tricks for 32-bit compatability layer simple + * sys32.S: I-cache tricks for 32-bit compatibility layer simple * conversions. * * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) diff --git a/arch/ppc64/kernel/sys_ppc32.c b/arch/ppc64/kernel/sys_ppc32.c index b5ddbaac34de..1820f8e342ac 100644 --- a/arch/ppc64/kernel/sys_ppc32.c +++ b/arch/ppc64/kernel/sys_ppc32.c @@ -812,7 +812,7 @@ asmlinkage long sys32_sysfs(u32 option, u32 arg1, u32 arg2) return sys_sysfs((int)option, arg1, arg2); } -/* Handle adjtimex compatability. */ +/* Handle adjtimex compatibility. */ struct timex32 { u32 modes; s32 offset, freq, maxerror, esterror; diff --git a/arch/ppc64/xmon/ansidecl.h b/arch/ppc64/xmon/ansidecl.h index be04e42d56a3..c9b9f0929e9e 100644 --- a/arch/ppc64/xmon/ansidecl.h +++ b/arch/ppc64/xmon/ansidecl.h @@ -1,4 +1,4 @@ -/* ANSI and traditional C compatability macros +/* ANSI and traditional C compatibility macros Copyright 1991, 1992 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/arch/s390x/kernel/linux32.c b/arch/s390x/kernel/linux32.c index fc87ddddf687..c3eb02442531 100644 --- a/arch/s390x/kernel/linux32.c +++ b/arch/s390x/kernel/linux32.c @@ -3578,7 +3578,7 @@ asmlinkage int sys32_sendfile64(int out_fd, int in_fd, return ret; } -/* Handle adjtimex compatability. */ +/* Handle adjtimex compatibility. */ struct timex32 { u32 modes; diff --git a/arch/sparc64/kernel/ioctl32.c b/arch/sparc64/kernel/ioctl32.c index a362ae8c31d7..2c3baf99ed1e 100644 --- a/arch/sparc64/kernel/ioctl32.c +++ b/arch/sparc64/kernel/ioctl32.c @@ -4277,7 +4277,7 @@ struct ioctl_trans { IOCTL_TABLE_START /* List here exlicitly which ioctl's are known to have - * compatable types passed or none at all... + * compatible types passed or none at all... */ /* Big T */ COMPATIBLE_IOCTL(TCGETA) diff --git a/arch/sparc64/kernel/sunos_ioctl32.c b/arch/sparc64/kernel/sunos_ioctl32.c index c95f15885c18..bb011fa57e9b 100644 --- a/arch/sparc64/kernel/sunos_ioctl32.c +++ b/arch/sparc64/kernel/sunos_ioctl32.c @@ -1,5 +1,5 @@ /* $Id: sunos_ioctl32.c,v 1.11 2000/07/30 23:12:24 davem Exp $ - * sunos_ioctl32.c: SunOS ioctl compatability on sparc64. + * sunos_ioctl32.c: SunOS ioctl compatibility on sparc64. * * Copyright (C) 1995 Miguel de Icaza (miguel@nuclecu.unam.mx) * Copyright (C) 1995, 1996, 1997 David S. Miller (davem@caip.rutgers.edu) diff --git a/arch/sparc64/kernel/sys32.S b/arch/sparc64/kernel/sys32.S index 32744653fb1e..5d691c60c1b1 100644 --- a/arch/sparc64/kernel/sys32.S +++ b/arch/sparc64/kernel/sys32.S @@ -1,5 +1,5 @@ /* $Id: sys32.S,v 1.12 2000/03/24 04:17:37 davem Exp $ - * sys32.S: I-cache tricks for 32-bit compatability layer simple + * sys32.S: I-cache tricks for 32-bit compatibility layer simple * conversions. * * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) diff --git a/arch/sparc64/kernel/sys_sparc32.c b/arch/sparc64/kernel/sys_sparc32.c index eadc30630cd8..562a614ab0cc 100644 --- a/arch/sparc64/kernel/sys_sparc32.c +++ b/arch/sparc64/kernel/sys_sparc32.c @@ -3528,7 +3528,7 @@ asmlinkage int sys32_sendfile64(int out_fd, int in_fd, compat_loff_t *offset, s3 return ret; } -/* Handle adjtimex compatability. */ +/* Handle adjtimex compatibility. */ struct timex32 { u32 modes; diff --git a/arch/sparc64/kernel/sys_sunos32.c b/arch/sparc64/kernel/sys_sunos32.c index b3341bbbd2fe..2af42886d2d7 100644 --- a/arch/sparc64/kernel/sys_sunos32.c +++ b/arch/sparc64/kernel/sys_sunos32.c @@ -1,5 +1,5 @@ /* $Id: sys_sunos32.c,v 1.64 2002/02/09 19:49:31 davem Exp $ - * sys_sunos32.c: SunOS binary compatability layer on sparc64. + * sys_sunos32.c: SunOS binary compatibility layer on sparc64. * * Copyright (C) 1995, 1996, 1997 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1995 Miguel de Icaza (miguel@nuclecu.unam.mx) diff --git a/arch/x86_64/ia32/ia32_ioctl.c b/arch/x86_64/ia32/ia32_ioctl.c index 73ca3c4d615e..a23409cf940f 100644 --- a/arch/x86_64/ia32/ia32_ioctl.c +++ b/arch/x86_64/ia32/ia32_ioctl.c @@ -3593,7 +3593,7 @@ struct ioctl_trans { IOCTL_TABLE_START /* List here explicitly which ioctl's are known to have - * compatable types passed or none at all... + * compatible types passed or none at all... */ /* Big T */ COMPATIBLE_IOCTL(TCGETA) diff --git a/arch/x86_64/ia32/sys_ia32.c b/arch/x86_64/ia32/sys_ia32.c index a7d36b41c593..15fe5151a7e1 100644 --- a/arch/x86_64/ia32/sys_ia32.c +++ b/arch/x86_64/ia32/sys_ia32.c @@ -1573,7 +1573,7 @@ asmlinkage long sys32_modify_ldt(int func, void *ptr, unsigned long bytecount) return ret; } -/* Handle adjtimex compatability. */ +/* Handle adjtimex compatibility. */ struct timex32 { u32 modes; |
