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:
Uwe Hermann
2011-03-17 03:22:12 +01:00
committed by Øyvind Harboe
parent 582b4195a9
commit 33a17fd359
13 changed files with 14 additions and 14 deletions

View File

@@ -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)