summaryrefslogtreecommitdiff
path: root/test/charge_ramp.c
diff options
context:
space:
mode:
authorThiemo Nagel <tnagel@chromium.org>2017-05-26 16:30:12 +0200
committerchrome-bot <chrome-bot@chromium.org>2017-05-29 03:28:25 -0700
commit6b170d85e79fe566b39811a761a7951fa620ac18 (patch)
treeb64f14162470b48f09d2f779bf92e0f5d7763478 /test/charge_ramp.c
parent03a665939f8adef0f8fd5a170f859210f65d2c54 (diff)
downloadchrome-ec-6b170d85e79fe566b39811a761a7951fa620ac18.tar.gz
Remove references to individual genders
Remove references to individual genders in comments/examples. No functional change. For the rationale, cf. https://chromium.googlesource.com/chromium/src/+/master/styleguide/gender_neutral_code.md BUG=none TEST=none Change-Id: I756d22c617fe1a8fde2e967796e112e2c6159bf9 Reviewed-on: https://chromium-review.googlesource.com/517123 Commit-Ready: Thiemo Nagel <tnagel@chromium.org> Tested-by: Thiemo Nagel <tnagel@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'test/charge_ramp.c')
-rw-r--r--test/charge_ramp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/charge_ramp.c b/test/charge_ramp.c
index 29383ad133..4c5c01b64c 100644
--- a/test/charge_ramp.c
+++ b/test/charge_ramp.c
@@ -202,7 +202,7 @@ static int test_switch_outlet(void)
/*
* Now the user decides to move it to a nearby outlet...actually
- * he decides to move it 5 times!
+ * they decide to move it 5 times!
*/
for (i = 0; i < 5; ++i) {
usleep(SECOND * 20);
@@ -230,8 +230,8 @@ static int test_fast_switch(void)
plug_charger(CHARGE_SUPPLIER_TEST4, 0, 500, 3000, 3000);
/*
- * Here comes that naughty user again, and this time he's switching
- * outlet really quickly. Fortunately this time he only does it twice.
+ * Here comes that naughty user again, and this time they are switching
+ * outlet really quickly. Fortunately this time they only do it twice.
*/
for (i = 0; i < 2; ++i) {
usleep(SECOND * 20);