diff options
-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) |