mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
hw/other: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
6eedbb5b0c
commit
9b4b4e510b
48 changed files with 85 additions and 85 deletions
|
@ -202,7 +202,7 @@ static void exynos4210_rtc_update_freq(Exynos4210RTCState *s,
|
|||
uint32_t freq;
|
||||
|
||||
freq = s->freq;
|
||||
/* set frequncy for time generator */
|
||||
/* set frequency for time generator */
|
||||
s->freq = RTC_BASE_FREQ / (1 << TICCKSEL(reg_value));
|
||||
|
||||
if (freq != s->freq) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue