summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-03-11 17:45:38 +0000
committerEric Christopher <echristo@apple.com>2010-03-11 17:45:38 +0000
commit103e3ef893b0953720132c89d4bf71727f0d9a70 (patch)
tree4a31e86e52ac2df712d3384378c6162e313b5ae7 /llvm/lib/Transforms
parente3243224bf6ac4262d8a1ae902c05be842ab91b8 (diff)
downloadbcm5719-llvm-103e3ef893b0953720132c89d4bf71727f0d9a70.tar.gz
bcm5719-llvm-103e3ef893b0953720132c89d4bf71727f0d9a70.zip
Fix typo.
llvm-svn: 98260
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Utils/BuildLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud