Correct comment.
authorDuncan Sands <baldrick@free.fr>
Wed, 31 Mar 2010 05:27:33 +0000 (05:27 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 31 Mar 2010 05:27:33 +0000 (05:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99991 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/IRBuilder.h

index acda93bc4ca3ca40a9fe88e54228f2cd78fb4dfe..43b6e620f315ce697e99a4cc84542238fcd4bd4e 100644 (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; }