summaryrefslogtreecommitdiff
path: root/common/host_command.c
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-06-25 10:18:03 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-27 16:11:10 +0000
commit999ae1369da8c71e6f4fdcfe03496862a403f98a (patch)
tree2da1ea67cd04a993f3027415afa146de54ea636a /common/host_command.c
parentc00390317a0c95b9dede58cbc7922124d4175e18 (diff)
downloadchrome-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/host_command.c')
-rw-r--r--common/host_command.c4
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 */