diff options
author | Tom Hughes <tomhughes@chromium.org> | 2019-06-25 10:18:03 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-06-27 16:11:10 +0000 |
commit | 999ae1369da8c71e6f4fdcfe03496862a403f98a (patch) | |
tree | 2da1ea67cd04a993f3027415afa146de54ea636a /common | |
parent | c00390317a0c95b9dede58cbc7922124d4175e18 (diff) | |
download | chrome-ec-999ae1369da8c71e6f4fdcfe03496862a403f98a.tar.gz |
cleanup: Fix common spelling typos in comments
Used 'git grep' to fix the following misspelled words across the
codebase:
* woud
* setion
* cleand
* independantly
* dedup
BRANCH=none
BUG=none
TEST=make buildall -j
Change-Id: I95905c56221034cf3f9d286755d7e0c07f8c58b6
Signed-off-by: Tom Hughes <tomhughes@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1678246
Reviewed-by: Jett Rink <jettrink@chromium.org>
Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Commit-Queue: Sean Abraham <seanabraham@chromium.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/host_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/host_command.c b/common/host_command.c index 5f63a8f325..f4431b3c99 100644 --- a/common/host_command.c +++ b/common/host_command.c @@ -193,7 +193,7 @@ void host_command_received(struct host_cmd_handler_args *args) /* * TODO (crosbug.com/p/29315): This is typically running in interrupt - * context, so it woud be better not to send the response here, and to + * context, so it would be better not to send the response here, and to * let the host command task send the response. */ /* Send the response now */ @@ -363,7 +363,7 @@ void host_packet_receive(struct host_packet *pkt) host_packet_bad: /* * TODO (crosbug.com/p/29315): This is typically running in interrupt - * context, so it woud be better not to send the response here, and to + * context, so it would be better not to send the response here, and to * let the host command task send the response. */ /* Improperly formed packet from host, so send an error response */ |