diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2017-06-08 11:10:52 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2017-06-08 11:10:52 +0100 |
commit | 3a1cc630a10eabd9c0ee5fe4cc61e7df9b5ee37b (patch) | |
tree | 0dad8d935850b3b4ac04d830d1f83adb2d178ee9 /include | |
parent | 4f5ea494986689dd89f97f9a64082527557c71c9 (diff) | |
download | klee-3a1cc630a10eabd9c0ee5fe4cc61e7df9b5ee37b.tar.gz |
Fixed typos in comments related to vararg support.
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/ExecutionState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/ExecutionState.h b/include/klee/ExecutionState.h index 32f840f6..78ebddac 100644 --- a/include/klee/ExecutionState.h +++ b/include/klee/ExecutionState.h @@ -51,7 +51,7 @@ struct StackFrame { // For vararg functions: arguments not passed via parameter are // stored (packed tightly) in a local (alloca) memory object. This - // is setup to match the way the front-end generates vaarg code (it + // is set up to match the way the front-end generates vaarg code (it // does not pass vaarg through as expected). VACopy is lowered inside // of intrinsic lowering. MemoryObject *varargs; |