summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-05-31 08:42:28 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-19 16:16:44 +0000
commit4309ccb95ed6eb10770de6f2fe9abb2dd979e99b (patch)
treef1c398baf8c6748c606693bb0e90baec09bdf0e3 /test
parentde2a794a228ea8aa86f4d4c5c21c99150f4688f6 (diff)
downloadchrome-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 'test')
-rw-r--r--test/tpm_test/mpsse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tpm_test/mpsse.c b/test/tpm_test/mpsse.c
index 45b3a5f08f..e57a9cf761 100644
--- a/test/tpm_test/mpsse.c
+++ b/test/tpm_test/mpsse.c
@@ -629,7 +629,7 @@ char *Transfer(struct mpsse_context *mpsse, char *data, int size)
while (n < size) {
/*
- * When sending and recieving, FTDI chips don't seem to like
+ * When sending and receiving, FTDI chips don't seem to like
* large data blocks. Limit the size of each block to
* SPI_TRANSFER_SIZE
*/