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/Runtime/POSIX/SymFileConsistency.c | |
parent | d677b57d384a66781aca9c897e440f7e23ab44c4 (diff) | |
download | klee-63fe39a9d0ce842ef13d2736efe31d5661f63829.tar.gz |
Spelling Fixes
Diffstat (limited to 'test/Runtime/POSIX/SymFileConsistency.c')
-rw-r--r-- | test/Runtime/POSIX/SymFileConsistency.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/SymFileConsistency.c b/test/Runtime/POSIX/SymFileConsistency.c index 0d4501d6..d97f65f0 100644 --- a/test/Runtime/POSIX/SymFileConsistency.c +++ b/test/Runtime/POSIX/SymFileConsistency.c @@ -3,7 +3,7 @@ // RUN: rm -rf %t.klee-out-tmp // RUN: %klee --output-dir=%t.klee-out-tmp --libc=uclibc --posix-runtime --exit-on-error %t.bc --sym-files 1 1 > %t1.log -// This test checks that symbolic files can be resolved both with a relatve path +// This test checks that symbolic files can be resolved both with a relative path // ie. 'A' or by its full path ie. '/full/path/to/cwd/A' #include "klee/klee.h" |