From 4d87bf339c09ec10ede9cd58fdfe4f364365532a Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Tue, 18 Dec 2012 10:12:04 +0100 Subject: Fix typo --- lib/Core/Executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index a9d6b791..b7318a2c 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -287,7 +287,7 @@ private: /// Add the given (boolean) condition as a constraint on state. This /// function is a wrapper around the state's addConstraint function - /// which also manages manages propogation of implied values, + /// which also manages propagation of implied values, /// validity checks, and seed patching. void addConstraint(ExecutionState &state, ref condition); -- cgit 1.4.1