diff options
author | Tom Hughes <tomhughes@chromium.org> | 2019-05-31 08:42:28 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-06-19 16:16:44 +0000 |
commit | 4309ccb95ed6eb10770de6f2fe9abb2dd979e99b (patch) | |
tree | f1c398baf8c6748c606693bb0e90baec09bdf0e3 /chip/npcx/shi.c | |
parent | de2a794a228ea8aa86f4d4c5c21c99150f4688f6 (diff) | |
download | chrome-ec-4309ccb95ed6eb10770de6f2fe9abb2dd979e99b.tar.gz |
cleanup: Fix common spelling typos in comments
Used 'git grep' to fix the following misspelled words across the
codebase:
* recieved
* recieving
* delaraction
* finctionality
* lastest
* permanenlty
* Callabck
BRANCH=none
BUG=none
TEST=make buildall -j
Change-Id: I68ec9c8b967941041e46ff3ed3549ab2a06604ac
Signed-off-by: Tom Hughes <tomhughes@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1636848
Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'chip/npcx/shi.c')
-rw-r--r-- | chip/npcx/shi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/npcx/shi.c b/chip/npcx/shi.c index 2f084c597e..48ad4f0843 100644 --- a/chip/npcx/shi.c +++ b/chip/npcx/shi.c @@ -191,7 +191,7 @@ struct shi_bus_parameters { #endif } shi_params; -/* Forward declaraction */ +/* Forward declaration */ static void shi_reset_prepare(void); static void shi_bad_received_data(void); static void shi_fill_out_status(uint8_t status); |