summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-17 12:32:47 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-19 20:15:40 +0000
commit69825c3b1d57dd1c46723c8f69a80e24d70136e6 (patch)
tree738f1be10ce5a79229ba60fe8a7ec0cd112203dc /util
parent22bef7dfb1421dcc0e70bbddeafde76efa2748e4 (diff)
downloadchrome-ec-69825c3b1d57dd1c46723c8f69a80e24d70136e6.tar.gz
coil: replace non-inclusive terms with "validity"
BUG=b:173227629 TEST=make buildall -j Change-Id: Iaf8028984cc58cc4108907fdba4ea4b38c43cf70 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3293250 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/signer/bs2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/signer/bs b/util/signer/bs
index 5fc5ff8d6d..9e937e24a7 100755
--- a/util/signer/bs
+++ b/util/signer/bs
@@ -93,7 +93,7 @@ tweak_manifest () {
local rlz
bid_params=( $(echo $CR50_BOARD_ID | sed 's/:/ /g') )
- # A very basic sanity check: it needs to consist of three colon separated
+ # A very basic validity check: it needs to consist of three colon separated
# fields.
if [[ ${#bid_params[@]} != 3 ]]; then
echo "Wrong board ID string \"$CR50_BOARD_ID\"}" >&2