projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687c108
)
x86: Fix typo in pcat_timer.c
author
Stefan Reinauer
<reinauer@chromium.org>
Sat, 20 Oct 2012 12:33:14 +0000
(12:33 +0000)
committer
Simon Glass
<sjg@chromium.org>
Fri, 30 Nov 2012 21:44:05 +0000
(13:44 -0800)
Fix a small comment typo.
Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/pcat_timer.c
patch
|
blob
|
history
diff --git
a/arch/x86/lib/pcat_timer.c
b/arch/x86/lib/pcat_timer.c
index 6b3db69447009d711b43e66dedbffbd2e77fd0c1..b0b6637f3a9ff119b150d1bdb1126d6df2f20f34 100644
(file)
--- 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 sta
s
rt 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,