forked from auracaster/openocd
Fix a bunch of typos.
Fix a bunch of typos. Most are in code comments, so nothing should break. UNKOWN_COMMAND and CMD_UNKOWN are not used elsewhere, so correcting the spelling should also not break anything.
This commit is contained in:
committed by
Øyvind Harboe
parent
582b4195a9
commit
33a17fd359
@@ -105,7 +105,7 @@ NAND_DEVICE_COMMAND_HANDLER(imx27_nand_device_command)
|
||||
mx2_nf_info->flags.target_little_endian =
|
||||
(nand->target->endianness == TARGET_LITTLE_ENDIAN);
|
||||
/*
|
||||
* testing host endianess
|
||||
* testing host endianness
|
||||
*/
|
||||
x = 1;
|
||||
if (*(char *) &x == 1)
|
||||
|
||||
Reference in New Issue
Block a user