Skip to content

Commit 1c0971e

Browse files
Merge pull request #70099 from nate-chandler/gardening/20231129/1
[Gardening] Fix typo.
2 parents 2f8d9e5 + 3817af3 commit 1c0971e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/runtime/MetadataImpl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ template <class Impl, bool isBitwiseTakable, size_t Size, size_t Alignment,
702702
bool hasExtraInhabitants>
703703
struct FixedSizeBufferValueWitnesses;
704704

705-
/// A fixed size buffer value witness that can rely on the presents of the extra
705+
/// A fixed size buffer value witness that can rely on the presence of the extra
706706
/// inhabitant functions.
707707
template <class Impl, bool isBitwiseTakable, size_t Size, size_t Alignment>
708708
struct FixedSizeBufferValueWitnesses<Impl, isBitwiseTakable, Size, Alignment,
@@ -727,7 +727,7 @@ struct FixedSizeBufferValueWitnesses<Impl, isBitwiseTakable, Size, Alignment,
727727
}
728728
};
729729

730-
/// A fixed size buffer value witness that cannot rely on the presents of the
730+
/// A fixed size buffer value witness that cannot rely on the presence of the
731731
/// extra inhabitant functions.
732732
template <class Impl, bool isBitwiseTakable, size_t Size, size_t Alignment>
733733
struct FixedSizeBufferValueWitnesses<Impl, isBitwiseTakable, Size, Alignment,

0 commit comments

Comments
 (0)