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 /lib/Solver/IndependentSolver.cpp | |
| parent | d677b57d384a66781aca9c897e440f7e23ab44c4 (diff) | |
| download | klee-63fe39a9d0ce842ef13d2736efe31d5661f63829.tar.gz | |
Spelling Fixes
Diffstat (limited to 'lib/Solver/IndependentSolver.cpp')
| -rw-r--r-- | lib/Solver/IndependentSolver.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Solver/IndependentSolver.cpp b/lib/Solver/IndependentSolver.cpp index ed36816c..812aefb6 100644 --- a/lib/Solver/IndependentSolver.cpp +++ b/lib/Solver/IndependentSolver.cpp @@ -442,7 +442,7 @@ bool assertCreatedPointEvaluatesToTrue( std::vector<std::vector<unsigned char>> &values, std::map<const Array *, std::vector<unsigned char>> &retMap) { // _allowFreeValues is set to true so that if there are missing bytes in the - // assigment we will end up with a non ConstantExpr after evaluating the + // assignment we will end up with a non ConstantExpr after evaluating the // assignment and fail Assignment assign = Assignment(objects, values, /*_allowFreeValues=*/true); | 
