Author: wmb Date: Fri Feb 4 22:10:33 2011 New Revision: 2171 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2171
Log: USB keyboard driver - fixed typos in commentary caused by a search and replace error.
Modified: dev/usb2/device/keyboard/keycode.fth
Modified: dev/usb2/device/keyboard/keycode.fth ============================================================================== --- dev/usb2/device/keyboard/keycode.fth Fri Feb 4 02:42:59 2011 (r2170) +++ dev/usb2/device/keyboard/keycode.fth Fri Feb 4 22:10:33 2011 (r2171) @@ -102,7 +102,7 @@ then ;
-\ Searascii for a matascii for "byte" in the "key" position of the table at +\ Search for a match for "byte" in the "key" position of the table at \ "table-adr". If a match is found, return the corresponding "value" byte \ and true. Otherwise return the argument byte and false. The table \ consists of pairs of bytes - the first byte of the pair is "key" and
openfirmware@openfirmware.info