From 3a1cc630a10eabd9c0ee5fe4cc61e7df9b5ee37b Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 8 Jun 2017 11:10:52 +0100 Subject: Fixed typos in comments related to vararg support. --- include/klee/ExecutionState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit 1.4.1