summaryrefslogtreecommitdiff
path: root/include/config.h
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 /include/config.h
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 'include/config.h')
-rw-r--r--include/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index 781d8a8ace..f6d8792021 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2902,7 +2902,7 @@
*
* CONFIG_ROM_SIZE indicates the size of ROM allocated by a linker script. This
* is only needed when no physical flash present (!CONFIG_FLASH_PHYSICAL). The
- * ROM region will place common RO setions, e.g. .text, .rodata, .data LMA etc.
+ * ROM region will place common RO sections, e.g. .text, .rodata, .data LMA etc.
*/
#undef CONFIG_CODE_RAM_SIZE
#undef CONFIG_DATA_RAM_SIZE
@@ -3040,7 +3040,7 @@
* Support SPI Slave interfaces. The first board supporting this is cr50 and
* in its parlance SPI_SLAVE is called SPS. This convention might be
* reconsidered later, and the use of "SPI" in different config options needs
- * to be cleand up. (crbug.com/512613).
+ * to be cleaned up. (crbug.com/512613).
*/
#undef CONFIG_SPS
@@ -4065,7 +4065,7 @@
/*
* The write protect signal is always asserted,
- * independantly of the GPIO existence or current value.
+ * independently of the GPIO existence or current value.
*/
#undef CONFIG_WP_ALWAYS
@@ -4080,7 +4080,7 @@
/* Firmware updates using other than HC channel(s). */
#undef CONFIG_NON_HC_FW_UPDATE
#undef CONFIG_USB_FW_UPDATE
-/* A different config for the same update. TODO(vbendeb): dedup these */
+/* A different config for the same update. TODO(vbendeb): dedupe these */
#undef CONFIG_USB_UPDATE
/* Add support for pairing over the USB update interface. */