Correct a comment.
authorOwen Anderson <resistor@mac.com>
Sat, 20 Jan 2007 10:07:23 +0000 (10:07 +0000)
committerOwen Anderson <resistor@mac.com>
Sat, 20 Jan 2007 10:07:23 +0000 (10:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33397 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/SimplifyLibCalls.cpp

index db0c492f7239f63a8a9c22fe9382c7b8422570d1..037fef1a25f4382231a19c2c3f4ba1d3cd854e10 100644 (file)
@@ -274,7 +274,7 @@ public:
     return sqrt_func;
   }
 
-  /// @brief Return a Function* for the strlen libcall
+  /// @brief Return a Function* for the strcpy libcall
   Constant *get_strcpy() {
     if (!strcpy_func)
       strcpy_func = M->getOrInsertFunction("strcpy",