[llvm-commits] [llvm] r98260 - /llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp

Eric Christopher echristo at apple.com
Thu Mar 11 09:45:38 PST 2010


Author: echristo
Date: Thu Mar 11 11:45:38 2010
New Revision: 98260

URL: http://llvm.org/viewvc/llvm-project?rev=98260&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp

Modified: llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp?rev=98260&r1=98259&r2=98260&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp Thu Mar 11 11:45:38 2010
@@ -87,7 +87,7 @@
   return CI;
 }
 
-/// EmitStrNCpy - Emit a call to the strcpy function to the builder, for the
+/// EmitStrNCpy - Emit a call to the strncpy function to the builder, for the
 /// specified pointer arguments.
 Value *llvm::EmitStrNCpy(Value *Dst, Value *Src, Value *Len,
                          IRBuilder<> &B, const TargetData *TD) {





More information about the llvm-commits mailing list