diff options
| author | Steven Cole <elenstev@mesatop.com> | 2003-02-15 22:51:08 -0800 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2003-02-15 22:51:08 -0800 |
| commit | 7c8142e6a8a4855c6c151db8e71bbcac7e903c62 (patch) | |
| tree | 8e54fd903dc8253c4451a599992d8f1624e379da /arch/ppc/kernel | |
| parent | b3f66ffc6fd0681f3ced03df023b7221b432b0bd (diff) | |
[PATCH] yet more pedantry: complement vs compliment.
A compliment is an expression of esteem, respect, affection, or
admiration. As far as I can tell, this word does not yet have a
place in the kernel source.
A complement on the other hand, is what is meant in the following
places.
Diffstat (limited to 'arch/ppc/kernel')
| -rw-r--r-- | arch/ppc/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/irq.c b/arch/ppc/kernel/irq.c index 87f0f6fbd59c..a2cddb7f1c60 100644 --- a/arch/ppc/kernel/irq.c +++ b/arch/ppc/kernel/irq.c @@ -20,7 +20,7 @@ * The MPC8xx has an interrupt mask in the SIU. If a bit is set, the * interrupt is _enabled_. As expected, IRQ0 is bit 0 in the 32-bit * mask register (of which only 16 are defined), hence the weird shifting - * and compliment of the cached_irq_mask. I want to be able to stuff + * and complement of the cached_irq_mask. I want to be able to stuff * this right into the SIU SMASK register. * Many of the prep/chrp functions are conditional compiled on CONFIG_8xx * to reduce code space and undefined function references. |
