Fix typo (and update the build table...)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16147 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2008-01-22 23:19:12 +00:00
parent fa85aa8d97
commit 8a91c19f70

View file

@ -36,7 +36,7 @@ int button_read_device(void)
{
adc = adc_read(ADC_BUTTONS);
/* The following contains some abitrary, but working, guesswork */
/* The following contains some arbitrary, but working, guesswork */
if (adc < 0x038) {
btn |= (BUTTON_MINUS | BUTTON_PLUS | BUTTON_MENU);
} else if (adc < 0x048) {