public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* libstdc++-v3 spelling mistake
@ 2023-03-10 23:13 Jonny Grant
  2023-03-13 10:35 ` [committed] libstdc++: Fix typo in comment Jonathan Wakely
  2023-03-14 17:33 ` libstdc++-v3 spelling mistake Jonathan Wakely
  0 siblings, 2 replies; 3+ messages in thread
From: Jonny Grant @ 2023-03-10 23:13 UTC (permalink / raw)
  To: libstdc++

Hello

Reporting a spelling mistake:

libstdc++-v3/include/bits/allocator.h
"incompatibiliy"

Kind regards
Jonny

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [committed] libstdc++: Fix typo in comment
  2023-03-10 23:13 libstdc++-v3 spelling mistake Jonny Grant
@ 2023-03-13 10:35 ` Jonathan Wakely
  2023-03-14 17:33 ` libstdc++-v3 spelling mistake Jonathan Wakely
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2023-03-13 10:35 UTC (permalink / raw)
  To: libstdc++, gcc-patches; +Cc: Jonny Grant

Pushed to trunk.

-- >8 --

Reported by Jonny Grant.

libstdc++-v3/ChangeLog:

	* include/bits/allocator.h: Fix typo in comment.
---
 libstdc++-v3/include/bits/allocator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h
index be67789c1cd..abbd753d33d 100644
--- a/libstdc++-v3/include/bits/allocator.h
+++ b/libstdc++-v3/include/bits/allocator.h
@@ -62,7 +62,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   // Since C++20 the primary template should be used for allocator<void>,
   // but then it would have a non-trivial default ctor and dtor for C++20,
-  // but trivial for C++98-17, which would be an ABI incompatibiliy between
+  // but trivial for C++98-17, which would be an ABI incompatibility between
   // different standard dialects. So C++20 still uses the allocator<void>
   // explicit specialization, with the historical ABI properties, but with
   // the same members that are present in the primary template.
-- 
2.39.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libstdc++-v3 spelling mistake
  2023-03-10 23:13 libstdc++-v3 spelling mistake Jonny Grant
  2023-03-13 10:35 ` [committed] libstdc++: Fix typo in comment Jonathan Wakely
@ 2023-03-14 17:33 ` Jonathan Wakely
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2023-03-14 17:33 UTC (permalink / raw)
  To: Jonny Grant; +Cc: libstdc++

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

On Fri, 10 Mar 2023 at 23:13, Jonny Grant wrote:

> Hello
>
> Reporting a spelling mistake:
>
> libstdc++-v3/include/bits/allocator.h
> "incompatibiliy"
>

Fixed at  r13-6625-ga1d4d92d6a306e - thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-14 17:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 23:13 libstdc++-v3 spelling mistake Jonny Grant
2023-03-13 10:35 ` [committed] libstdc++: Fix typo in comment Jonathan Wakely
2023-03-14 17:33 ` libstdc++-v3 spelling mistake Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).