summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2022-03-13 23:03:55 -0600
committerCommit Bot <commit-bot@chromium.org>2022-03-17 18:29:47 +0000
commit32fc4b59994635bb1f26f07c941b8b9c6ce796bc (patch)
tree7697608c938d509f1a2b85872a580f52ea3086fe
parentcede042d730463ab6ade9e997de0688497e2025d (diff)
downloadchrome-ec-32fc4b59994635bb1f26f07c941b8b9c6ce796bc.tar.gz
zephyr: Fix comment on test function
I missed a comment on a code review asking for this comment to be re-phrased. BRANCH=none BUG=none TEST=none Signed-off-by: Yuval Peress <peress@google.com> Change-Id: I24fd67b9f70d957487e1fbac58b3bab240d9f399 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3530111 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/test/drivers/src/charge_manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/drivers/src/charge_manager.c b/zephyr/test/drivers/src/charge_manager.c
index 0accf7a448..6a3c842493 100644
--- a/zephyr/test/drivers/src/charge_manager.c
+++ b/zephyr/test/drivers/src/charge_manager.c
@@ -13,9 +13,9 @@ ZTEST_SUITE(charge_manager, drivers_predicate_post_main, NULL, NULL, NULL,
NULL);
/**
- * Test the default implementation of board_fill_source_power_info(). This
- * function should reset all the power info values. If this test overrides this
- * function, this test can be removed.
+ * Test the default implementation of board_fill_source_power_info(). The fill
+ * function should reset all the power info values. If the test binary overrides
+ * board_fill_source_power_info(), then this test can be removed.
*/
ZTEST_USER(charge_manager, test_default_fill_power_info)
{