]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgcobol: Fix typo in comment
authorJonathan Wakely <jwakely@redhat.com>
Wed, 12 Mar 2025 11:34:08 +0000 (11:34 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 12 Mar 2025 11:39:41 +0000 (11:39 +0000)
libgcobol/ChangeLog:

* charmaps.cc: Fix typo in comment.

libgcobol/charmaps.cc

index 3b75c08dd2f7115b748f70b4043f7da275cc0d14..561fe2301215d4fa0e50d7188e583fc15d8ab457 100644 (file)
@@ -250,7 +250,7 @@ cp1252_to_utf8_values[256] =
     0x00f0, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x00f7, 0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff, // F0
     };
 
-// This map table doe the reverse UTF-8 conversion back to cp1252
+// This map table does the reverse UTF-8 conversion back to cp1252
 static const std::unordered_map<unsigned short, unsigned char>utf8_to_cp1252_values =
     {
     {0x0000, 0x00}, {0x0001, 0x01}, {0x0002, 0x02}, {0x0003, 0x03}, {0x0004, 0x04}, {0x0005, 0x05}, {0x0006, 0x06}, {0x0007, 0x07},