From 103e3ef893b0953720132c89d4bf71727f0d9a70 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 11 Mar 2010 17:45:38 +0000 Subject: Fix typo. llvm-svn: 98260 --- llvm/lib/Transforms/Utils/BuildLibCalls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Utils/BuildLibCalls.cpp b/llvm/lib/Transforms/Utils/BuildLibCalls.cpp index e4a84aaa4a2..633aaf4cf8a 100644 --- a/llvm/lib/Transforms/Utils/BuildLibCalls.cpp +++ b/llvm/lib/Transforms/Utils/BuildLibCalls.cpp @@ -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) { -- cgit v1.2.3