Correct comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2010-03-31 05:27:33 +00:00
parent 4dd8163091
commit 6417a6c99d

View File

@ -85,7 +85,7 @@ public:
CurDbgLocation = L;
}
/// SetCurrentDebugLocation - Set location information used by debugging
/// getCurrentDebugLocation - Get location information used by debugging
/// information.
MDNode *getCurrentDebugLocation() const { return CurDbgLocation; }