public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6397] libstdc++: Fix typo in comment in bits/cow_string.h
@ 2023-03-01 21:26 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-03-01 21:26 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:c54cae823f5243eb63f6de2e2e104aa161db912f

commit r13-6397-gc54cae823f5243eb63f6de2e2e104aa161db912f
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Mar 1 18:58:38 2023 +0000

    libstdc++: Fix typo in comment in bits/cow_string.h
    
    libstdc++-v3/ChangeLog:
    
            * include/bits/cow_string.h: Fix typo in comment.

Diff:
---
 libstdc++-v3/include/bits/cow_string.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libstdc++-v3/include/bits/cow_string.h b/libstdc++-v3/include/bits/cow_string.h
index ad9929c4ad3..1ee84e60678 100644
--- a/libstdc++-v3/include/bits/cow_string.h
+++ b/libstdc++-v3/include/bits/cow_string.h
@@ -26,7 +26,7 @@
  *  This is an internal header file, included by other library headers.
  *  Do not attempt to use it directly. @headername{string}
  *
- *  Defines the reference-counted COW string implentation.
+ *  Defines the reference-counted COW string implementation.
  */
 
 #ifndef _COW_STRING_H
@@ -3406,7 +3406,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
 	 }
        else
 	 {
-	   // Todo: overlapping case.
+	   // TODO: overlapping case.
 	   const basic_string __tmp(__s, __n2);
 	   return _M_replace_safe(__pos, __n1, __tmp._M_data(), __n2);
 	 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-01 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 21:26 [gcc r13-6397] libstdc++: Fix typo in comment in bits/cow_string.h 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).