Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc

Issue 2536513002: bluetooth: Fix gender specific pronoun (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
index e677bcf29297e25a7d03479073d65006f266ebfc..544e6249b28875e09791671cb4ba1e27a071a677 100644
--- a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
@@ -533,7 +533,7 @@ FakeBluetoothGattCharacteristicClient::GetHeartRateMeasurementValue() {
// Total calories burned in kJoules since the last reset. Increment this by 1
// every time. It's fine if it overflows: it becomes 0 when the user resets
- // the heart rate monitor (or pretend that he had a lot of cheeseburgers).
+ // the heart rate monitor (or pretend that they had a lot of cheeseburgers).
value.energy_expanded = calories_burned_++;
// Include one RR-Interval value, in seconds.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698