Fix typo.
authorEric Christopher <echristo@apple.com>
Thu, 11 Mar 2010 17:45:38 +0000 (17:45 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 11 Mar 2010 17:45:38 +0000 (17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98260 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/BuildLibCalls.cpp

index e4a84aaa4a2ec325d337329264f29e23c02841d0..633aaf4cf8a876fa35739f9ca5db5a89bde24201 100644 (file)
@@ -87,7 +87,7 @@ Value *llvm::EmitStrCpy(Value *Dst, Value *Src, IRBuilder<> &B,
   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) {