diff options
author | m-davis <m.davis@tamu.edu> | 2022-03-26 00:49:50 -0500 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2022-06-15 15:47:33 +0100 |
commit | 63fe39a9d0ce842ef13d2736efe31d5661f63829 (patch) | |
tree | 5b89788a7d125ab7ff4f0d654cf6f9edc59f6ff4 /test/Expr | |
parent | d677b57d384a66781aca9c897e440f7e23ab44c4 (diff) | |
download | klee-63fe39a9d0ce842ef13d2736efe31d5661f63829.tar.gz |
Spelling Fixes
Diffstat (limited to 'test/Expr')
-rw-r--r-- | test/Expr/ReadExprConsistency.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Expr/ReadExprConsistency.c b/test/Expr/ReadExprConsistency.c index f71483ba..9b794ee5 100644 --- a/test/Expr/ReadExprConsistency.c +++ b/test/Expr/ReadExprConsistency.c @@ -8,7 +8,7 @@ /* This tests checks ensures that only relevant updates are present when doing concrete reads. If they are not, there can be situations where ReadExpr are -in inconcistent state and depend on ordering of other operations. +in inconsistent state and depend on ordering of other operations. See https://github.com/klee/klee/issues/921 |