diff options
| author | Eric Christopher <echristo@apple.com> | 2010-03-11 17:45:38 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-03-11 17:45:38 +0000 |
| commit | c42f4204caf1395c7997502a4237f29ddc42ff2b (patch) | |
| tree | 5d07ff23b0e78290994be54357bcd9f0d5379110 /lib/Transforms | |
| parent | 3e7f30f0006b07958646a2a3a63abece4fcb8b65 (diff) | |
| download | external_llvm-c42f4204caf1395c7997502a4237f29ddc42ff2b.zip external_llvm-c42f4204caf1395c7997502a4237f29ddc42ff2b.tar.gz external_llvm-c42f4204caf1395c7997502a4237f29ddc42ff2b.tar.bz2 | |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
| -rw-r--r-- | lib/Transforms/Utils/BuildLibCalls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/BuildLibCalls.cpp b/lib/Transforms/Utils/BuildLibCalls.cpp index e4a84aa..633aaf4 100644 --- a/lib/Transforms/Utils/BuildLibCalls.cpp +++ b/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) { |
