summaryrefslogtreecommitdiff
path: root/include/asm-generic/rtc.h
diff options
context:
space:
mode:
authorSteven Cole <elenstev@mesatop.com>2003-02-06 16:11:08 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-06 16:11:08 -0800
commitda11be46accaae5bbe089161b00e43a67097308d (patch)
tree887acd8441ac04f4eb4b321858ec64b01dacf176 /include/asm-generic/rtc.h
parentdb2ee2055d4d52891d531b7678e43e041c48e489 (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-generic/rtc.h')
-rw-r--r--include/asm-generic/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/rtc.h b/include/asm-generic/rtc.h
index 845641b06b0c..001667ef0d35 100644
--- a/include/asm-generic/rtc.h
+++ b/include/asm-generic/rtc.h
@@ -147,7 +147,7 @@ static inline int set_rtc_time(struct rtc_time *time)
yrs = 73;
}
#endif
- /* These limits and adjustments are independant of
+ /* These limits and adjustments are independent of
* whether the chip is in binary mode or not.
*/
if (yrs > 169) {