summaryrefslogtreecommitdiff
path: root/util/signer/bs
diff options
context:
space:
mode:
Diffstat (limited to 'util/signer/bs')
-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