diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-06-18 01:13:13 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-06-18 01:13:13 +0000 |
commit | e43dd5b526a8b135ac488796e44aec700114c471 (patch) | |
tree | 2124f6da6363fc2c6ccb6cfa4919556e2e176d35 /console | |
parent | 3c0ed76f6629900cb5ea20a953494b26d82f9dbe (diff) |
Fix small typo in comment.
Diffstat (limited to 'console')
-rw-r--r-- | console/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/console.h b/console/console.h index d1f06492..36ad54a1 100644 --- a/console/console.h +++ b/console/console.h @@ -96,7 +96,7 @@ struct cons_display /* The console server will use the following UCS-4 characters for the specified terminal graphic characters. If the display driver is - UCS-4 capabable, it can print them without interpretation. */ + UCS-4 capable, it can print them without interpretation. */ /* ACS_BLOCK maps to FULL BLOCK. */ #define CONS_CHAR_BLOCK ((wchar_t) 0x2588) |