summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-05-26 20:31:26 +0000
committerAlexander Levin <al.le@rockbox.org>2009-05-26 20:31:26 +0000
commit1bf480cad5cc5078c993c29bda5d810755a3ff6b (patch)
tree8c3d9e7de9aba4c2f5eee1f2be6fcd4f6774d70f
parent00d6cfd389ed5fcd4d0e32ff6fb23fbff01bf1ee (diff)
downloadrockbox-1bf480cad5cc5078c993c29bda5d810755a3ff6b.tar.gz
rockbox-1bf480cad5cc5078c993c29bda5d810755a3ff6b.zip
Fix typo in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21093 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/as3525/clock-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/clock-target.h b/firmware/target/arm/as3525/clock-target.h
index a6e4927386..7dab0378ad 100644
--- a/firmware/target/arm/as3525/clock-target.h
+++ b/firmware/target/arm/as3525/clock-target.h
@@ -39,7 +39,7 @@
39 * value fits into the number of bits allotted to it. 39 * value fits into the number of bits allotted to it.
40 * 40 *
41 * The CLOCK_DIV macro does a pretty good job at selecting divider values but 41 * The CLOCK_DIV macro does a pretty good job at selecting divider values but
42 * you can always overide it by choosing your own value and commenting out the 42 * you can always override it by choosing your own value and commenting out the
43 * macro. If you are going to use AS3525_FCLK_PREDIV or AS3525_PCLK_DIV1 you 43 * macro. If you are going to use AS3525_FCLK_PREDIV or AS3525_PCLK_DIV1 you
44 * will have to do a manual calculation. I have included USB & PLLB for future 44 * will have to do a manual calculation. I have included USB & PLLB for future
45 * use but commented them out for now. 45 * use but commented them out for now.