diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-03 08:49:44 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-03 08:49:44 +0000 |
commit | c5e54ddab31ca40a93e61f277d2bbd349fb84f3e (patch) | |
tree | c1f70824390123f0cdeb5cf4ff224b83ad6c6b90 /clang/lib/CodeGen/CGCall.cpp | |
parent | 03656aa3dcf85831834f17f84a91134e356a8ef5 (diff) | |
download | llvm-c5e54ddab31ca40a93e61f277d2bbd349fb84f3e.zip llvm-c5e54ddab31ca40a93e61f277d2bbd349fb84f3e.tar.gz llvm-c5e54ddab31ca40a93e61f277d2bbd349fb84f3e.tar.bz2 |
fix trivial typos in comments; NFC
llvm-svn: 307007
Diffstat (limited to 'clang/lib/CodeGen/CGCall.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGCall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp index 13a156c..cee656a 100644 --- a/clang/lib/CodeGen/CGCall.cpp +++ b/clang/lib/CodeGen/CGCall.cpp @@ -129,7 +129,7 @@ static void addExtParameterInfosForCall( paramInfos.resize(totalArgs); } -/// Adds the formal paramaters in FPT to the given prefix. If any parameter in +/// Adds the formal parameters in FPT to the given prefix. If any parameter in /// FPT has pass_object_size attrs, then we'll add parameters for those, too. static void appendParameterTypes(const CodeGenTypes &CGT, SmallVectorImpl<CanQualType> &prefix, |