diff options
author | Alexander Levin <al.le@rockbox.org> | 2009-05-26 20:31:26 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2009-05-26 20:31:26 +0000 |
commit | 1bf480cad5cc5078c993c29bda5d810755a3ff6b (patch) | |
tree | 8c3d9e7de9aba4c2f5eee1f2be6fcd4f6774d70f /firmware/target | |
parent | 00d6cfd389ed5fcd4d0e32ff6fb23fbff01bf1ee (diff) |
Fix typo in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21093 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target')
-rw-r--r-- | firmware/target/arm/as3525/clock-target.h | 2 |
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 @@ * value fits into the number of bits allotted to it. * * The CLOCK_DIV macro does a pretty good job at selecting divider values but - * you can always overide it by choosing your own value and commenting out the + * you can always override it by choosing your own value and commenting out the * macro. If you are going to use AS3525_FCLK_PREDIV or AS3525_PCLK_DIV1 you * will have to do a manual calculation. I have included USB & PLLB for future * use but commented them out for now. |