summaryrefslogtreecommitdiff
path: root/include/linux/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r--include/linux/rtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h
index 33edafbe6000..0711d71bc858 100644
--- a/include/linux/rtc.h
+++ b/include/linux/rtc.h
@@ -57,8 +57,8 @@ struct rtc_pll_info {
int pll_value; /* get/set correction value */
int pll_max; /* max +ve (faster) adjustment value */
int pll_min; /* max -ve (slower) adjustment value */
- int pll_posmult; /* factor for +ve corection */
- int pll_negmult; /* factor for -ve corection */
+ int pll_posmult; /* factor for +ve correction */
+ int pll_negmult; /* factor for -ve correction */
long pll_clock; /* base PLL frequency */
};