summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-12-15 12:09:14 +0000
committerAlexander Levin <al.le@rockbox.org>2009-12-15 12:09:14 +0000
commit492c377fbf7c744eaa545a88d53d54a6740a5a99 (patch)
tree19b91aa12cff926904932f32f0f10adc6c75e118
parent0f19f4713d3fa7a9857d16820894654207044388 (diff)
downloadrockbox-492c377fbf7c744eaa545a88d53d54a6740a5a99.tar.gz
rockbox-492c377fbf7c744eaa545a88d53d54a6740a5a99.zip
Fix typo in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24004 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/tms320dm320/system-dm320.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/tms320dm320/system-dm320.c b/firmware/target/arm/tms320dm320/system-dm320.c
index 1c81f9c6e2..7c4650468f 100644
--- a/firmware/target/arm/tms320dm320/system-dm320.c
+++ b/firmware/target/arm/tms320dm320/system-dm320.c
@@ -351,7 +351,7 @@ void udelay(int usec) {
351 } 351 }
352} 352}
353 353
354/* This function sets the spefified pin up */ 354/* This function sets the specified pin up */
355void dm320_set_io (char pin_num, bool input, bool invert, bool irq, bool irqany, 355void dm320_set_io (char pin_num, bool input, bool invert, bool irq, bool irqany,
356 bool chat, char func_num ) 356 bool chat, char func_num )
357{ 357{