1
0
Fork 0
forked from len0rd/rockbox

Fix typo in the comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-12-15 12:09:14 +00:00
parent 0f19f4713d
commit 492c377fbf

View file

@ -351,7 +351,7 @@ void udelay(int usec) {
}
}
/* This function sets the spefified pin up */
/* This function sets the specified pin up */
void dm320_set_io (char pin_num, bool input, bool invert, bool irq, bool irqany,
bool chat, char func_num )
{