diff options
author | Mike Williams <mike@mikebwilliams.com> | 2011-07-22 04:01:30 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 21:27:36 +0200 |
commit | 1626308797ac4184e73e56d275a1b8da11a62d5b (patch) | |
tree | d12fd0d610303c3d2351d8ace314a643f20e0fc9 /include/commproc.h | |
parent | 2469c4b2dbdd601a4e44ecf9925b99bd2cd1b43f (diff) | |
download | u-boot-1626308797ac4184e73e56d275a1b8da11a62d5b.tar.gz |
cleanup: Fix typos and misspellings in various files.
Recieve/Receive
recieve/receive
Interupt/Interrupt
interupt/interrupt
Addres/Address
addres/address
Signed-off-by: Mike Williams <mike@mikebwilliams.com>
Diffstat (limited to 'include/commproc.h')
-rw-r--r-- | include/commproc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commproc.h b/include/commproc.h index a69a80913e..8b8cc45dad 100644 --- a/include/commproc.h +++ b/include/commproc.h @@ -108,7 +108,7 @@ typedef struct cpm_buf_desc { uint cbd_bufaddr; /* Buffer address in host memory */ } cbd_t; -#define BD_SC_EMPTY ((ushort)0x8000) /* Recieve is empty */ +#define BD_SC_EMPTY ((ushort)0x8000) /* Receive is empty */ #define BD_SC_READY ((ushort)0x8000) /* Transmit is ready */ #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor */ #define BD_SC_INTRPT ((ushort)0x1000) /* Interrupt on change */ |