diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-10-20 12:33:14 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2012-11-30 13:44:05 -0800 |
commit | 5b1be1bd01dfa6868a6ab7cf430e9049212c36a9 (patch) | |
tree | e22560f53f814ebadde41f22d187c701385d78a2 /arch | |
parent | 687c108b10e66ed45fb9543d1111c3d10501a65c (diff) | |
download | u-boot-imx-5b1be1bd01dfa6868a6ab7cf430e9049212c36a9.zip u-boot-imx-5b1be1bd01dfa6868a6ab7cf430e9049212c36a9.tar.gz u-boot-imx-5b1be1bd01dfa6868a6ab7cf430e9049212c36a9.tar.bz2 |
x86: Fix typo in pcat_timer.c
Fix a small comment typo.
Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/lib/pcat_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/pcat_timer.c b/arch/x86/lib/pcat_timer.c index 6b3db69..b0b6637 100644 --- a/arch/x86/lib/pcat_timer.c +++ b/arch/x86/lib/pcat_timer.c @@ -39,7 +39,7 @@ int timer_init(void) * Timer 0 is used to increment system_tick 1000 times/sec * Timer 1 was used for DRAM refresh in early PC's * Timer 2 is used to drive the speaker - * (to stasrt a beep: write 3 to port 0x61, + * (to start a beep: write 3 to port 0x61, * to stop it again: write 0) */ outb(PIT_CMD_CTR0 | PIT_CMD_BOTH | PIT_CMD_MODE2, |