summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-An Chen <yu-an.chen@quanta.corp-partner.google.com>2021-01-25 11:13:48 +0800
committerCommit Bot <commit-bot@chromium.org>2021-01-26 04:09:21 +0000
commit061ca8397644553bb34fea1174e1a49c89bced40 (patch)
treeb2a8aecd444dafb8a3d2b0b07aab92f71e5960cb
parent09926c20ba6d6a09088ffef17316dbdcdc23e830 (diff)
downloadchrome-ec-061ca8397644553bb34fea1174e1a49c89bced40.tar.gz
Metaknight: Fix wrong words
Fix wrong words. BUG=None BRANCH=main TEST=None Signed-off-by: yu-an.chen@quanta.corp-partner.google.com Change-Id: I9af86d352d00403dd66012fdac2c639454ca1518 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2644789 Reviewed-by: Diana Z <dzigterman@chromium.org>
-rw-r--r--board/metaknight/battery.c2
-rw-r--r--board/metaknight/board.c2
-rw-r--r--board/metaknight/board.h2
-rw-r--r--board/metaknight/gpio.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/board/metaknight/battery.c b/board/metaknight/battery.c
index 9edc99b811..943771ffa4 100644
--- a/board/metaknight/battery.c
+++ b/board/metaknight/battery.c
@@ -10,7 +10,7 @@
#include "common.h"
/*
- * Battery info for all waddledoo battery types. Note that the fields
+ * Battery info for all metaknight battery types. Note that the fields
* start_charging_min/max and charging_min/max are not used for the charger.
* The effective temperature limits are given by discharging_min/max_c.
*
diff --git a/board/metaknight/board.c b/board/metaknight/board.c
index 975afbcaea..9b852a6ec2 100644
--- a/board/metaknight/board.c
+++ b/board/metaknight/board.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* Waddledoo board-specific configuration */
+/* metaknight board-specific configuration */
#include "adc_chip.h"
#include "button.h"
diff --git a/board/metaknight/board.h b/board/metaknight/board.h
index 25d402c10a..1f7fcdaa98 100644
--- a/board/metaknight/board.h
+++ b/board/metaknight/board.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* Waddledoo board configuration */
+/* metaknight board configuration */
#ifndef __CROS_EC_BOARD_H
#define __CROS_EC_BOARD_H
diff --git a/board/metaknight/gpio.inc b/board/metaknight/gpio.inc
index f0179018c3..8b8f84048d 100644
--- a/board/metaknight/gpio.inc
+++ b/board/metaknight/gpio.inc
@@ -99,7 +99,7 @@ GPIO(EN_USB_A0_VBUS, PIN(4, 1), GPIO_OUT_LOW) /* Enable A1 5V Charging */
GPIO(EN_USB_A1_VBUS, PIN(F, 2), GPIO_OUT_LOW) /* Enable A1 5V Charging */
/*
- * Waddledoo doesn't have these physical pins coming to the EC but uses other
+ * metaknight doesn't have these physical pins coming to the EC but uses other
* logic.
*/
UNIMPLEMENTED(AC_PRESENT)