summaryrefslogtreecommitdiff
path: root/chip/g/sps.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2016-10-25 17:31:20 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-11-15 17:41:55 -0800
commit651f8b9acd6a692fa21fa6e0891fffd240522d89 (patch)
tree0dcfa8ffe5aff84a3fb6d9933ed433249d1711e8 /chip/g/sps.c
parent897ce78bddb26557a686ab9e756fcf3d6c121271 (diff)
downloadchrome-ec-651f8b9acd6a692fa21fa6e0891fffd240522d89.tar.gz
chip/g to chip/lm4: fix more misspellings in comments
No functional changes. BUG=none BRANCH=none TEST=make buildall passes Change-Id: I0c4fcc900ec0326d6904aa14f298206e62be0fda Signed-off-by: Martin Roth <martinroth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/403418 Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
Diffstat (limited to 'chip/g/sps.c')
-rw-r--r--chip/g/sps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/sps.c b/chip/g/sps.c
index 21558a6822..98f4fb54ae 100644
--- a/chip/g/sps.c
+++ b/chip/g/sps.c
@@ -404,7 +404,7 @@ static void sps_receive_callback(uint8_t *data, size_t data_size, int cs_status)
rx_state = spstrx_receiving;
else
/*
- * If we won't be able to receve this much, enter the
+ * If we won't be able to receive this much, enter the
* 'frame finished' state.
*/
rx_state = spstrx_finished;