diff options
author | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:52:53 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:52:53 +0000 |
commit | 2c4555ad1b6e60c79318350fa54cca78e2288967 (patch) | |
tree | ca629cdbb56735a8869001304d07119be5d22548 /clang/lib/AST/RecordLayoutBuilder.cpp | |
parent | 6708c4a1767d44a4d25938b07f8f144a906fb411 (diff) | |
download | bcm5719-llvm-2c4555ad1b6e60c79318350fa54cca78e2288967.tar.gz bcm5719-llvm-2c4555ad1b6e60c79318350fa54cca78e2288967.zip |
Fix "the the" in comments/documentation/etc.
llvm-svn: 240110
Diffstat (limited to 'clang/lib/AST/RecordLayoutBuilder.cpp')
-rw-r--r-- | clang/lib/AST/RecordLayoutBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/RecordLayoutBuilder.cpp b/clang/lib/AST/RecordLayoutBuilder.cpp index 2101a5534a6..388c91c9cbc 100644 --- a/clang/lib/AST/RecordLayoutBuilder.cpp +++ b/clang/lib/AST/RecordLayoutBuilder.cpp @@ -1467,7 +1467,7 @@ void RecordLayoutBuilder::LayoutBitField(const FieldDecl *D) { // ms_struct basically requests a complete replacement of the // platform ABI's struct-layout algorithm, with the high-level goal // of duplicating MSVC's layout. For non-bitfields, this follows - // the the standard algorithm. The basic bitfield layout rule is to + // the standard algorithm. The basic bitfield layout rule is to // allocate an entire unit of the bitfield's declared type // (e.g. 'unsigned long'), then parcel it up among successive // bitfields whose declared types have the same size, making a new |