about summary refs log tree commit diff homepage
path: root/test/regression
diff options
context:
space:
mode:
authorm-davis <m.davis@tamu.edu>2022-03-26 00:49:50 -0500
committerCristian Cadar <c.cadar@imperial.ac.uk>2022-06-15 15:47:33 +0100
commit63fe39a9d0ce842ef13d2736efe31d5661f63829 (patch)
tree5b89788a7d125ab7ff4f0d654cf6f9edc59f6ff4 /test/regression
parentd677b57d384a66781aca9c897e440f7e23ab44c4 (diff)
downloadklee-63fe39a9d0ce842ef13d2736efe31d5661f63829.tar.gz
Spelling Fixes
Diffstat (limited to 'test/regression')
-rw-r--r--test/regression/2014-09-13-debug-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2014-09-13-debug-info.c b/test/regression/2014-09-13-debug-info.c
index 60b9c7f4..0b89e413 100644
--- a/test/regression/2014-09-13-debug-info.c
+++ b/test/regression/2014-09-13-debug-info.c
@@ -5,7 +5,7 @@
 // RUN: %klee --output-dir=%t.klee-out --only-output-states-covering-new %t1.bc
 
 // We expect 4 different output states, one for each named value and one "other"
-// one with the prefered CEX. We verify this by using ktest-tool to dump the
+// one with the preferred CEX. We verify this by using ktest-tool to dump the
 // values, and then checking the output.
 //
 // RUN: %ktest-tool %t.klee-out/*.ktest | FileCheck %s