commit | de24c4025d392137b311faef62f390d45c0d418c | [log] [tgz] |
---|---|---|
author | Saint Chou <saintchou@google.com> | Wed Jul 29 15:51:33 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 29 15:51:33 2020 +0000 |
tree | 459e08d0c226b6e853f683516d4ab8b6603f1250 | |
parent | eb0aedb40e30c72c627bb5ee0b6f7912446e1072 [diff] | |
parent | b95926d8367060d216811ccede385a66cfc49056 [diff] |
Update language to comply with Android's inclusive language guidance am: aff51c2ceb am: b95926d836 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1376397 Change-Id: I49a728e27c939f0eab8de6fba5b4cbcbd632f3d0
diff --git a/omaha_request_params.cc b/omaha_request_params.cc index d4b8d64..8a2e3dc 100644 --- a/omaha_request_params.cc +++ b/omaha_request_params.cc
@@ -66,7 +66,7 @@ image_props_ = LoadImageProperties(system_state_); mutable_image_props_ = LoadMutableImageProperties(system_state_); - // Sanity check the channel names. + // Validation check the channel names. if (!IsValidChannel(image_props_.current_channel)) image_props_.current_channel = "stable-channel"; if (!IsValidChannel(mutable_image_props_.target_channel))