diff options
| author | Abramo Bagnara <abramo.bagnara@gmail.com> | 2011-01-27 19:55:10 +0000 |
|---|---|---|
| committer | Abramo Bagnara <abramo.bagnara@gmail.com> | 2011-01-27 19:55:10 +0000 |
| commit | 92141d22ce2498430602d191557fdd056b351e90 (patch) | |
| tree | f6afb8d292bcd333dc7acae197e4f35bf8a34dca /clang/lib/Sema/SemaInit.cpp | |
| parent | e2d46d30ae353344cfc3613b2f21cb704566daa3 (diff) | |
| download | bcm5719-llvm-92141d22ce2498430602d191557fdd056b351e90.tar.gz bcm5719-llvm-92141d22ce2498430602d191557fdd056b351e90.zip | |
Fixed parameter names.
llvm-svn: 124408
Diffstat (limited to 'clang/lib/Sema/SemaInit.cpp')
| -rw-r--r-- | clang/lib/Sema/SemaInit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaInit.cpp b/clang/lib/Sema/SemaInit.cpp index 2169a73a1b2..589e971ccb8 100644 --- a/clang/lib/Sema/SemaInit.cpp +++ b/clang/lib/Sema/SemaInit.cpp @@ -120,7 +120,7 @@ static void CheckStringInit(Expr *Str, QualType &DeclT, Sema &S) { /// responsible for moving that Index forward as it consumes elements. /// /// Each Check* routine also has a StructuredList/StructuredIndex -/// arguments, which contains the current the "structured" (semantic) +/// arguments, which contains the current "structured" (semantic) /// initializer list and the index into that initializer list where we /// are copying initializers as we map them over to the semantic /// list. Once we have completed our recursive walk of the subobject @@ -3293,7 +3293,7 @@ static bool shouldDestroyTemporary(const InitializedEntity &Entity) { /// /// \param S The Sema object used for type-checking. /// -/// \param T The type of the temporary object, which must either by +/// \param T The type of the temporary object, which must either be /// the type of the initializer expression or a superclass thereof. /// /// \param Enter The entity being initialized. |

