summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-02-03 20:58:11 +0100
committerChristian Persch <chpe@src.gnome.org>2022-02-03 20:58:11 +0100
commite78b08c09dc3972ed9415fa5b82d47080a7380ca (patch)
tree78bd44f4ef8731bcf37166c32fb7b4b788bf9e50
parent49a4b4b73b75805ff40ccdab93f098d3e7c8962d (diff)
downloadvte-e78b08c09dc3972ed9415fa5b82d47080a7380ca.tar.gz
parser: Fix comments
-rw-r--r--src/parser-charset-tables.hh24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/parser-charset-tables.hh b/src/parser-charset-tables.hh
index fd15b66e..f5676022 100644
--- a/src/parser-charset-tables.hh
+++ b/src/parser-charset-tables.hh
@@ -68,10 +68,10 @@ static uint8_t const charset_graphic_94_with_2_1[] = {
};
/* 94-character graphic character sets, with second intermediate byte 2/2:
- * G0: ESC 2/8 2/1 F
- * G1: ESC 2/9 2/1 F
- * G2: ESC 2/10 2/1 F
- * G3: ESC 2/11 2/1 F
+ * G0: ESC 2/8 2/2 F
+ * G1: ESC 2/9 2/2 F
+ * G2: ESC 2/10 2/2 F
+ * G3: ESC 2/11 2/2 F
* C0: -
* C1: -
*/
@@ -82,10 +82,10 @@ static uint8_t const charset_graphic_94_with_2_2[] = {
};
/* 94-character graphic character sets, with second intermediate byte 2/5:
- * G0: ESC 2/8 2/1 F
- * G1: ESC 2/9 2/1 F
- * G2: ESC 2/10 2/1 F
- * G3: ESC 2/11 2/1 F
+ * G0: ESC 2/8 2/5 F
+ * G1: ESC 2/9 2/5 F
+ * G2: ESC 2/10 2/5 F
+ * G3: ESC 2/11 2/5 F
* C0: -
* C1: -
*/
@@ -96,10 +96,10 @@ static uint8_t const charset_graphic_94_with_2_5[] = {
};
/* 94-character graphic character sets, with second intermediate byte 2/6:
- * G0: ESC 2/8 2/1 F
- * G1: ESC 2/9 2/1 F
- * G2: ESC 2/10 2/1 F
- * G3: ESC 2/11 2/1 F
+ * G0: ESC 2/8 2/6 F
+ * G1: ESC 2/9 2/6 F
+ * G2: ESC 2/10 2/6 F
+ * G3: ESC 2/11 2/6 F
* C0: -
* C1: -
*/