From: Jonathan Wakely Date: Wed, 12 Mar 2025 11:34:08 +0000 (+0000) Subject: libgcobol: Fix typo in comment X-Git-Tag: basepoints/gcc-16~1559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac842a1e82efc6e4e4d21f880c9888c523788e7;p=thirdparty%2Fgcc.git libgcobol: Fix typo in comment libgcobol/ChangeLog: * charmaps.cc: Fix typo in comment. --- diff --git a/libgcobol/charmaps.cc b/libgcobol/charmaps.cc index 3b75c08dd2f..561fe230121 100644 --- a/libgcobol/charmaps.cc +++ b/libgcobol/charmaps.cc @@ -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_maputf8_to_cp1252_values = { {0x0000, 0x00}, {0x0001, 0x01}, {0x0002, 0x02}, {0x0003, 0x03}, {0x0004, 0x04}, {0x0005, 0x05}, {0x0006, 0x06}, {0x0007, 0x07},