summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hayes <mike@aiinc.ca>2003-02-25 02:07:36 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-25 02:07:36 -0800
commite5137db6b604b9feed0545954e8ea0495fee1249 (patch)
tree1c778f6104840c289cf33e4a80249b33ff1f0f9b
parent9925742a33a9e527fa849b2128d4dd368b497f77 (diff)
[PATCH] Spelling fixes: doesn't
doesnt -> doesn't (35 occurrences)
-rw-r--r--arch/i386/kernel/cpu/cyrix.c2
-rw-r--r--arch/i386/kernel/irq.c2
-rw-r--r--arch/i386/kernel/timers/timer_tsc.c2
-rw-r--r--arch/ia64/kernel/irq.c2
-rw-r--r--arch/ia64/mm/discontig.c2
-rw-r--r--arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c2
-rw-r--r--arch/ia64/sn/kernel/sn2/sn2_smp.c2
-rw-r--r--arch/mips/baget/wbflush.c2
-rw-r--r--arch/mips/kernel/irq.c2
-rw-r--r--arch/mips/math-emu/ieee754.c2
-rw-r--r--arch/ppc64/boot/addRamDisk.c2
-rw-r--r--arch/ppc64/boot/addSystemMap.c2
-rw-r--r--arch/ppc64/kernel/lmb.c2
-rw-r--r--arch/ppc64/kernel/smp.c2
-rw-r--r--arch/sh/kernel/irq.c2
-rw-r--r--arch/um/kernel/irq.c2
-rw-r--r--arch/v850/kernel/irq.c2
-rw-r--r--arch/x86_64/kernel/apic.c2
-rw-r--r--arch/x86_64/kernel/io_apic.c4
-rw-r--r--arch/x86_64/kernel/irq.c2
-rw-r--r--drivers/isdn/i4l/isdn_ppp_ccp.c2
-rw-r--r--fs/cifs/cifspdu.h2
-rw-r--r--fs/xfs/xfs_trans_dquot.c2
-rw-r--r--include/asm-i386/mach-default/do_timer.h2
-rw-r--r--include/asm-i386/pgtable-2level.h2
-rw-r--r--include/asm-i386/semaphore.h2
-rw-r--r--include/asm-mips/pgtable.h2
-rw-r--r--include/asm-mips64/pgtable.h2
-rw-r--r--include/asm-sh/semaphore.h2
-rw-r--r--include/asm-um/pgtable.h2
-rw-r--r--include/asm-x86_64/semaphore.h2
-rw-r--r--kernel/fork.c2
-rw-r--r--sound/oss/cs4232.c2
-rw-r--r--sound/oss/trident.c2
34 files changed, 35 insertions, 35 deletions
diff --git a/arch/i386/kernel/cpu/cyrix.c b/arch/i386/kernel/cpu/cyrix.c
index a91dbda9c0db..d477a7ee8157 100644
--- a/arch/i386/kernel/cpu/cyrix.c
+++ b/arch/i386/kernel/cpu/cyrix.c
@@ -49,7 +49,7 @@ void __init do_cyrix_devid(unsigned char *dir0, unsigned char *dir1)
* Cx86_dir0_msb is a HACK needed by check_cx686_cpuid/slop in bugs.h in
* order to identify the Cyrix CPU model after we're out of setup.c
*
- * Actually since bugs.h doesnt even reference this perhaps someone should
+ * Actually since bugs.h doesn't even reference this perhaps someone should
* fix the documentation ???
*/
static unsigned char Cx86_dir0_msb __initdata = 0;
diff --git a/arch/i386/kernel/irq.c b/arch/i386/kernel/irq.c
index 50025095c075..6760e8f41aa3 100644
--- a/arch/i386/kernel/irq.c
+++ b/arch/i386/kernel/irq.c
@@ -87,7 +87,7 @@ static void ack_none(unsigned int irq)
{
/*
* 'what should we do if we get a hw irq event on an illegal vector'.
- * each architecture has to answer this themselves, it doesnt deserve
+ * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think.
*/
#if CONFIG_X86
diff --git a/arch/i386/kernel/timers/timer_tsc.c b/arch/i386/kernel/timers/timer_tsc.c
index b21a7fbfdc06..aedbefce21e1 100644
--- a/arch/i386/kernel/timers/timer_tsc.c
+++ b/arch/i386/kernel/timers/timer_tsc.c
@@ -264,7 +264,7 @@ static int init_tsc(void)
* the ident/bugs checks so we must run this hook as it
* may turn off the TSC flag.
*
- * NOTE: this doesnt yet handle SMP 486 machines where only
+ * NOTE: this doesn't yet handle SMP 486 machines where only
* some CPU's have a TSC. Thats never worked and nobody has
* moaned if you have the only one in the world - you fix it!
*/
diff --git a/arch/ia64/kernel/irq.c b/arch/ia64/kernel/irq.c
index 91ac80986823..a35b32f48655 100644
--- a/arch/ia64/kernel/irq.c
+++ b/arch/ia64/kernel/irq.c
@@ -104,7 +104,7 @@ static void ack_none(unsigned int irq)
{
/*
* 'what should we do if we get a hw irq event on an illegal vector'.
- * each architecture has to answer this themselves, it doesnt deserve
+ * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think.
*/
#if CONFIG_X86
diff --git a/arch/ia64/mm/discontig.c b/arch/ia64/mm/discontig.c
index f855cb69db21..e39bd20123a7 100644
--- a/arch/ia64/mm/discontig.c
+++ b/arch/ia64/mm/discontig.c
@@ -241,7 +241,7 @@ discontig_mem_init(void)
* - build the nodedir for the node. This contains pointers to
* the per-bank mem_map entries.
* - fix the page struct "virtual" pointers. These are bank specific
- * values that the paging system doesnt understand.
+ * values that the paging system doesn't understand.
* - replicate the nodedir structure to other nodes
*/
diff --git a/arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c b/arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c
index 3f9735725182..e1b8dff3d656 100644
--- a/arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c
+++ b/arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c
@@ -852,7 +852,7 @@ pcibr_slot_info_init(devfs_handle_t pcibr_vhdl,
}
/* Get the PCI-X capability if running in PCI-X mode. If the func
- * doesnt have a pcix capability, allocate a PCIIO_VENDOR_ID_NONE
+ * doesn't have a pcix capability, allocate a PCIIO_VENDOR_ID_NONE
* pcibr_info struct so the device driver for that function is not
* called.
*/
diff --git a/arch/ia64/sn/kernel/sn2/sn2_smp.c b/arch/ia64/sn/kernel/sn2/sn2_smp.c
index e0182d31d13d..351ed0a85961 100644
--- a/arch/ia64/sn/kernel/sn2/sn2_smp.c
+++ b/arch/ia64/sn/kernel/sn2/sn2_smp.c
@@ -506,7 +506,7 @@ sn_send_IPI_phys(long physid, int vector, int delivery_mode)
pio_phys_write_mmr(p, val);
#ifndef CONFIG_SHUB_1_0_SPECIFIC
- /* doesnt work on shub 1.0 */
+ /* doesn't work on shub 1.0 */
wait_piowc();
#endif
}
diff --git a/arch/mips/baget/wbflush.c b/arch/mips/baget/wbflush.c
index 64c60bc7100f..db3308a3b3de 100644
--- a/arch/mips/baget/wbflush.c
+++ b/arch/mips/baget/wbflush.c
@@ -17,7 +17,7 @@ void __init wbflush_setup(void)
}
/*
- * Baget/MIPS doesnt need to write back the WB.
+ * Baget/MIPS doesn't need to write back the WB.
*/
static void wbflush_baget(void)
{
diff --git a/arch/mips/kernel/irq.c b/arch/mips/kernel/irq.c
index 446f28d33c7f..cf6fb793e8e0 100644
--- a/arch/mips/kernel/irq.c
+++ b/arch/mips/kernel/irq.c
@@ -44,7 +44,7 @@ static void ack_none(unsigned int irq)
{
/*
* 'what should we do if we get a hw irq event on an illegal vector'.
- * each architecture has to answer this themselves, it doesnt deserve
+ * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think.
*/
printk("unexpected interrupt %d\n", irq);
diff --git a/arch/mips/math-emu/ieee754.c b/arch/mips/math-emu/ieee754.c
index 5e86e40c678f..3571107088b1 100644
--- a/arch/mips/math-emu/ieee754.c
+++ b/arch/mips/math-emu/ieee754.c
@@ -3,7 +3,7 @@
*
* BUGS
* not much dp done
- * doesnt generate IEEE754_INEXACT
+ * doesn't generate IEEE754_INEXACT
*
*/
/*
diff --git a/arch/ppc64/boot/addRamDisk.c b/arch/ppc64/boot/addRamDisk.c
index f940d0f99177..7f2c09473394 100644
--- a/arch/ppc64/boot/addRamDisk.c
+++ b/arch/ppc64/boot/addRamDisk.c
@@ -154,7 +154,7 @@ int main(int argc, char **argv)
/* Process the Sysmap file to determine where _end is */
sysmapPages = sysmapLen / 4096;
- /* read the whole file line by line, expect that it doesnt fail */
+ /* read the whole file line by line, expect that it doesn't fail */
while ( fgets(inbuf, 4096, sysmap) ) ;
/* search for _end in the last page of the system map */
ptr_end = strstr(inbuf, " _end");
diff --git a/arch/ppc64/boot/addSystemMap.c b/arch/ppc64/boot/addSystemMap.c
index 03b9187d0c00..0faf37551da9 100644
--- a/arch/ppc64/boot/addSystemMap.c
+++ b/arch/ppc64/boot/addSystemMap.c
@@ -146,7 +146,7 @@ int main(int argc, char **argv)
/* Process the Sysmap file to determine the true end of the kernel */
sysmapPages = sysmapLen / 4096;
printf("System map pages to copy = %ld\n", sysmapPages);
- /* read the whole file line by line, expect that it doesnt fail */
+ /* read the whole file line by line, expect that it doesn't fail */
while ( fgets(inbuf, 4096, sysmap) ) ;
/* search for _end in the last page of the system map */
ptr_end = strstr(inbuf, " _end");
diff --git a/arch/ppc64/kernel/lmb.c b/arch/ppc64/kernel/lmb.c
index b07040587c8b..81d3ed1ad964 100644
--- a/arch/ppc64/kernel/lmb.c
+++ b/arch/ppc64/kernel/lmb.c
@@ -73,7 +73,7 @@ lmb_init(void)
_lmb->reserved.cnt = 1;
}
-/* This is only used here, it doesnt deserve to be in bitops.h */
+/* This is only used here, it doesn't deserve to be in bitops.h */
static __inline__ long cnt_trailing_zeros(unsigned long mask)
{
long cnt;
diff --git a/arch/ppc64/kernel/smp.c b/arch/ppc64/kernel/smp.c
index 389ac2d78eef..44bd8bb70914 100644
--- a/arch/ppc64/kernel/smp.c
+++ b/arch/ppc64/kernel/smp.c
@@ -51,7 +51,7 @@
int smp_threads_ready = 0;
unsigned long cache_decay_ticks;
-/* initialised so it doesnt end up in bss */
+/* initialised so it doesn't end up in bss */
unsigned long cpu_online_map = 0;
static struct smp_ops_t *smp_ops;
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c
index e44a5e5cf68b..ce84bd4af266 100644
--- a/arch/sh/kernel/irq.c
+++ b/arch/sh/kernel/irq.c
@@ -61,7 +61,7 @@ static void ack_none(unsigned int irq)
{
/*
* 'what should we do if we get a hw irq event on an illegal vector'.
- * each architecture has to answer this themselves, it doesnt deserve
+ * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think.
*/
printk("unexpected IRQ trap at vector %02x\n", irq);
diff --git a/arch/um/kernel/irq.c b/arch/um/kernel/irq.c
index 53a79e319b20..ed749a24988b 100644
--- a/arch/um/kernel/irq.c
+++ b/arch/um/kernel/irq.c
@@ -45,7 +45,7 @@ static void ack_none(unsigned int irq)
{
/*
* 'what should we do if we get a hw irq event on an illegal vector'.
- * each architecture has to answer this themselves, it doesnt deserve
+ * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think.
*/
#if CONFIG_X86
diff --git a/arch/v850/kernel/irq.c b/arch/v850/kernel/irq.c
index 57b933476b80..7433c7f46653 100644
--- a/arch/v850/kernel/irq.c
+++ b/arch/v850/kernel/irq.c
@@ -48,7 +48,7 @@ static void ack_none(unsigned int irq)
{
/*
* 'what should we do if we get a hw irq event on an illegal vector'.
- * each architecture has to answer this themselves, it doesnt deserve
+ * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think.
*/
printk("received IRQ %d with unknown interrupt type\n", irq);
diff --git a/arch/x86_64/kernel/apic.c b/arch/x86_64/kernel/apic.c
index 0c2233e6d448..162b351e828e 100644
--- a/arch/x86_64/kernel/apic.c
+++ b/arch/x86_64/kernel/apic.c
@@ -948,7 +948,7 @@ void smp_local_timer_interrupt(struct pt_regs *regs)
/*
* Local APIC timer interrupt. This is the most natural way for doing
* local interrupts, but local timer interrupts can be emulated by
- * broadcast interrupts too. [in case the hw doesnt support APIC timers]
+ * broadcast interrupts too. [in case the hw doesn't support APIC timers]
*
* [ if a single-CPU system runs an SMP kernel then we call the local
* interrupt as well. Thus we cannot inline the local irq ... ]
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c
index 0eed1e0c5913..02be6caeecc8 100644
--- a/arch/x86_64/kernel/io_apic.c
+++ b/arch/x86_64/kernel/io_apic.c
@@ -685,7 +685,7 @@ void __init setup_ExtINT_IRQ0_pin(unsigned int pin, int vector)
entry.vector = vector;
/*
- * The timer IRQ doesnt have to know that behind the
+ * The timer IRQ doesn't have to know that behind the
* scene we have a 8259A-master in AEOI mode ...
*/
irq_desc[0].handler = &ioapic_edge_irq_type;
@@ -1539,7 +1539,7 @@ static inline void check_timer(void)
printk(" failed.\n");
if (nmi_watchdog) {
- printk(KERN_WARNING "timer doesnt work through the IO-APIC - disabling NMI Watchdog!\n");
+ printk(KERN_WARNING "timer doesn't work through the IO-APIC - disabling NMI Watchdog!\n");
nmi_watchdog = 0;
}
diff --git a/arch/x86_64/kernel/irq.c b/arch/x86_64/kernel/irq.c
index ed43656b524e..a5c268e9ecc3 100644
--- a/arch/x86_64/kernel/irq.c
+++ b/arch/x86_64/kernel/irq.c
@@ -87,7 +87,7 @@ static void ack_none(unsigned int irq)
{
/*
* 'what should we do if we get a hw irq event on an illegal vector'.
- * each architecture has to answer this themselves, it doesnt deserve
+ * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think.
*/
#if CONFIG_X86
diff --git a/drivers/isdn/i4l/isdn_ppp_ccp.c b/drivers/isdn/i4l/isdn_ppp_ccp.c
index 974468613755..155e76b1b3d0 100644
--- a/drivers/isdn/i4l/isdn_ppp_ccp.c
+++ b/drivers/isdn/i4l/isdn_ppp_ccp.c
@@ -197,7 +197,7 @@ ippp_ccp_reset_xmit(struct ippp_ccp *ccp,
and increase ids only when an Ack is received for a
given id */
id = ccp->reset->lastid++;
- /* We always expect an Ack if the decompressor doesnt
+ /* We always expect an Ack if the decompressor doesn't
know better */
rp->expra = 1;
rp->dtval = 0;
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h
index d21e513937fc..10bc936bbe70 100644
--- a/fs/cifs/cifspdu.h
+++ b/fs/cifs/cifspdu.h
@@ -1245,7 +1245,7 @@ typedef struct smb_com_transaction2_get_dfs_refer_req {
__u8 Reserved3;
__u16 SubCommand; /* one setup word */
__u16 ByteCount;
- __u8 Pad[3]; /* Win2K has sent 0x0F01 (max resp length perhaps?) followed by one byte pad - doesnt seem to matter though */
+ __u8 Pad[3]; /* Win2K has sent 0x0F01 (max resp length perhaps?) followed by one byte pad - doesn't seem to matter though */
__u16 MaxReferralLevel;
char RequestFileName[1];
} TRANSACTION2_GET_DFS_REFER_REQ;
diff --git a/fs/xfs/xfs_trans_dquot.c b/fs/xfs/xfs_trans_dquot.c
index 478b2686fc7b..19c83f9d4700 100644
--- a/fs/xfs/xfs_trans_dquot.c
+++ b/fs/xfs/xfs_trans_dquot.c
@@ -755,7 +755,7 @@ xfs_trans_reserve_quota_bydquots(
/*
* Lock the dquot and change the reservation if we can.
- * This doesnt change the actual usage, just the reservation.
+ * This doesn't change the actual usage, just the reservation.
* The inode sent in is locked.
*
* Returns 0 on success, EDQUOT or other errors otherwise
diff --git a/include/asm-i386/mach-default/do_timer.h b/include/asm-i386/mach-default/do_timer.h
index e41ce3fe29da..8ac79726f5d1 100644
--- a/include/asm-i386/mach-default/do_timer.h
+++ b/include/asm-i386/mach-default/do_timer.h
@@ -67,7 +67,7 @@ static inline int do_timer_overflow(int count)
#ifdef BUGGY_NEPTUN_TIMER
/*
* for the Neptun bug we know that the 'latch'
- * command doesnt latch the high and low value
+ * command doesn't latch the high and low value
* of the counter atomically. Thus we have to
* substract 256 from the counter
* ... funny, isnt it? :)
diff --git a/include/asm-i386/pgtable-2level.h b/include/asm-i386/pgtable-2level.h
index 9f8bdc13adac..c4dbf4cc6cb1 100644
--- a/include/asm-i386/pgtable-2level.h
+++ b/include/asm-i386/pgtable-2level.h
@@ -42,7 +42,7 @@ static inline int pgd_present(pgd_t pgd) { return 1; }
#define set_pte(pteptr, pteval) (*(pteptr) = pteval)
#define set_pte_atomic(pteptr, pteval) set_pte(pteptr,pteval)
/*
- * (pmds are folded into pgds so this doesnt get actually called,
+ * (pmds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.)
*/
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
diff --git a/include/asm-i386/semaphore.h b/include/asm-i386/semaphore.h
index b4415eef62ce..986da200e5c8 100644
--- a/include/asm-i386/semaphore.h
+++ b/include/asm-i386/semaphore.h
@@ -76,7 +76,7 @@ static inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
*
* i'd rather use the more flexible initialization above, but sadly
- * GCC 2.7.2.3 emits a bogus warning. EGCS doesnt. Oh well.
+ * GCC 2.7.2.3 emits a bogus warning. EGCS doesn't. Oh well.
*/
atomic_set(&sem->count, val);
sem->sleepers = 0;
diff --git a/include/asm-mips/pgtable.h b/include/asm-mips/pgtable.h
index 3ca40f63456e..8a0fb426172f 100644
--- a/include/asm-mips/pgtable.h
+++ b/include/asm-mips/pgtable.h
@@ -291,7 +291,7 @@ extern inline void pte_clear(pte_t *ptep)
}
/*
- * (pmds are folded into pgds so this doesnt get actually called,
+ * (pmds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.)
*/
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
diff --git a/include/asm-mips64/pgtable.h b/include/asm-mips64/pgtable.h
index b32768e57d16..b47b11682135 100644
--- a/include/asm-mips64/pgtable.h
+++ b/include/asm-mips64/pgtable.h
@@ -318,7 +318,7 @@ extern inline void pte_clear(pte_t *ptep)
}
/*
- * (pmds are folded into pgds so this doesnt get actually called,
+ * (pmds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.)
*/
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
diff --git a/include/asm-sh/semaphore.h b/include/asm-sh/semaphore.h
index 9d37ec9a483f..5ec7e3ae768f 100644
--- a/include/asm-sh/semaphore.h
+++ b/include/asm-sh/semaphore.h
@@ -54,7 +54,7 @@ static inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
*
* i'd rather use the more flexible initialization above, but sadly
- * GCC 2.7.2.3 emits a bogus warning. EGCS doesnt. Oh well.
+ * GCC 2.7.2.3 emits a bogus warning. EGCS doesn't. Oh well.
*/
atomic_set(&sem->count, val);
sem->sleepers = 0;
diff --git a/include/asm-um/pgtable.h b/include/asm-um/pgtable.h
index 2771f2305830..236dd25497bf 100644
--- a/include/asm-um/pgtable.h
+++ b/include/asm-um/pgtable.h
@@ -226,7 +226,7 @@ static inline void set_pte(pte_t *pteptr, pte_t pteval)
}
/*
- * (pmds are folded into pgds so this doesnt get actually called,
+ * (pmds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.)
*/
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
diff --git a/include/asm-x86_64/semaphore.h b/include/asm-x86_64/semaphore.h
index f3d4293d9d8d..6f42c7af790b 100644
--- a/include/asm-x86_64/semaphore.h
+++ b/include/asm-x86_64/semaphore.h
@@ -78,7 +78,7 @@ static inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
*
* i'd rather use the more flexible initialization above, but sadly
- * GCC 2.7.2.3 emits a bogus warning. EGCS doesnt. Oh well.
+ * GCC 2.7.2.3 emits a bogus warning. EGCS doesn't. Oh well.
*/
atomic_set(&sem->count, val);
sem->sleepers = 0;
diff --git a/kernel/fork.c b/kernel/fork.c
index 8a6032c5f7ec..7ed4fc2a4a46 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -901,7 +901,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
/*
* Share the timeslice between parent and child, thus the
- * total amount of pending timeslices in the system doesnt change,
+ * total amount of pending timeslices in the system doesn't change,
* resulting in more scheduling fairness.
*/
local_irq_disable();
diff --git a/sound/oss/cs4232.c b/sound/oss/cs4232.c
index 7d882eb283e8..6ba7dea7b7b5 100644
--- a/sound/oss/cs4232.c
+++ b/sound/oss/cs4232.c
@@ -127,7 +127,7 @@ int probe_cs4232(struct address_info *hw_config, int isapnp_configured)
* method conflicts with possible PnP support in the OS. For this reason
* driver is just a temporary kludge.
*
- * Also the Cirrus/Crystal method doesnt always work. Try ISA PnP first ;)
+ * Also the Cirrus/Crystal method doesn't always work. Try ISA PnP first ;)
*/
/*
diff --git a/sound/oss/trident.c b/sound/oss/trident.c
index 4aafa78438cd..09a5a99bd4a3 100644
--- a/sound/oss/trident.c
+++ b/sound/oss/trident.c
@@ -81,7 +81,7 @@
* v0.14.9a
* Aug 6 2001 Alan Cox
* 0.14.9 crashed on rmmod due to a timer/bh left running. Simplified
- * the existing logic (the BH doesnt help as ac97 is lock_irqsave)
+ * the existing logic (the BH doesn't help as ac97 is lock_irqsave)
* and used del_timer_sync to clean up
* Fixed a problem where the ALi change broke my generic card
* v0.14.9