aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2019-01-18 14:01:12 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2019-01-18 14:01:12 +0000
commitfc4503b81314924b7abaf291ca41fc4027786491 (patch)
tree194fa8f209365f87d894aa3a02c9b8a13d2ea064
parentcc63c04bdbe980df6e0c92bb88154ff23068e121 (diff)
downloadkernel-tla-fc4503b81314924b7abaf291ca41fc4027786491.tar.gz
check.sh: Fix typo
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rwxr-xr-xcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.sh b/check.sh
index c5f5c1a..06e77e4 100755
--- a/check.sh
+++ b/check.sh
@@ -13,7 +13,7 @@ alias tla2tex="java tla2tex.TLA"
SPEC=$1
shift
-# Insert ProcessEnabled() for each lable, if found in $SPEC.tla
+# Insert ProcessEnabled() for each label, if found in $SPEC.tla
grep -q -e "--algorithm" $SPEC.tla && pcal -nocfg $SPEC.tla | tee $SPEC.log
if grep -q -e "^\s*ProcessEnabled(self)\s*==" $SPEC.tla; then
sed -i -e 's%pc\[self\] = ".*"$%& /\\\ ProcessEnabled(self)%' $SPEC.tla