commit | b95926d8367060d216811ccede385a66cfc49056 | [log] [tgz] |
---|---|---|
author | Saint Chou <saintchou@google.com> | Wed Jul 29 15:35:47 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 29 15:35:47 2020 +0000 |
tree | 0d40104111bfba3ab4d35ffd9d75bc56a34f5bc7 | |
parent | 47671da956df7364449baeac7f4d4131bb474221 [diff] | |
parent | aff51c2ceb2137b6f649ecf91e16e08e60a2ee2d [diff] |
Update language to comply with Android's inclusive language guidance am: aff51c2ceb Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1376397 Change-Id: I7aaa8a739b142eb552ea9562515fc531dd7ba59b
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))