diff options
| author | Steven Cole <elenstev@mesatop.com> | 2003-02-06 16:11:08 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-06 16:11:08 -0800 |
| commit | da11be46accaae5bbe089161b00e43a67097308d (patch) | |
| tree | 887acd8441ac04f4eb4b321858ec64b01dacf176 /include/asm-mips64 | |
| parent | db2ee2055d4d52891d531b7678e43e041c48e489 (diff) | |
[PATCH] Spelling fixes for consistent, dependent, persistent
This fixes the following common misspellings and their variants.
consistant -> consistent
dependant -> dependent
persistant -> persistent
Diffstat (limited to 'include/asm-mips64')
| -rw-r--r-- | include/asm-mips64/r10kcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips64/r10kcache.h b/include/asm-mips64/r10kcache.h index 564ac6cc79aa..984f2f6e6ea2 100644 --- a/include/asm-mips64/r10kcache.h +++ b/include/asm-mips64/r10kcache.h @@ -25,7 +25,7 @@ #define ic_lsize 64 #define dc_lsize 32 -/* These are configuration dependant. */ +/* These are configuration dependent. */ #define scache_size() ({ \ unsigned long __res; \ __res = (read_32bit_cp0_register(CP0_CONFIG) >> 16) & 3; \ |
