typo in comments

This commit is contained in:
nhmall
2021-01-05 10:44:19 -05:00
parent 3efc3c0bc8
commit 4cbf95b350
3 changed files with 6 additions and 6 deletions

View File

@@ -206,7 +206,7 @@ print_glyph(window, x, y, glyphinfo, bkglyphinfo)
int glyph; /* the display entity */
int color; /* color for window ports not using a tile */
int ttychar; /* the character mapping for the original tty
interace. Most or all window ports wanted
interface. Most or all window ports wanted
and used this for various things so it is
provided in 3.7+ */
short int symidx; /* offset into syms array */

View File

@@ -57,7 +57,7 @@ typedef struct gi {
int glyph; /* the display entity */
int color; /* color for window ports not using a tile */
int ttychar; /* the character mapping for the original tty
interace. Most or all window ports wanted
interface. Most or all window ports wanted
and used this for various things so it is
provided in 3.7+ */
short int symidx; /* offset into syms array */

View File

@@ -706,11 +706,11 @@ print_glyph(window, x, y, glyphinfo, bkglyphinfo)
int glyph; the display entity
int color; color for window ports not using a tile
int ttychar; the character mapping for the original tty
interace. Most or all window ports wanted
and used this for various things so it is
provided in 3.7+
interface. Most or all window ports wanted
and used this for various things so it is
provided in 3.7+
short int symidx; offset into syms array
unsigned glyphflags; more detail about the entity
unsigned glyphflags; more detail about the entity
*/