From acfbe77ffc781e03af1cb217495e6b443484ad17 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Tue, 10 Apr 2012 19:27:37 -0700 Subject: [PATCH] Fix typo. --- ctx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctx.h b/ctx.h index 0b1ccffa..8cb24a06 100644 --- a/ctx.h +++ b/ctx.h @@ -632,7 +632,7 @@ private: std::vector controlFlowInfo; /** DIFile object corresponding to the source file where the current - function was defined (used for debugging info0. */ + function was defined (used for debugging info). */ llvm::DIFile diFile; /** DISubprogram corresponding to this function (used for debugging