Fix typo.

This commit is contained in:
Matt Pharr
2012-04-10 19:27:37 -07:00
parent 08696653ca
commit acfbe77ffc

2
ctx.h
View File

@@ -632,7 +632,7 @@ private:
std::vector<CFInfo *> 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