summaryrefslogtreecommitdiff
path: root/console/input.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:08 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:09:47 +0100
commit695e606f7fd8940c2b260670a89ae2a6cc82b9f4 (patch)
treed3904bd0b377629347d5373f0dafb1aa72e76620 /console/input.c
parentd7fa37dd8e08a6179c97b3cdeea2405016304272 (diff)
console: Fix typos in comments
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'console/input.c')
-rw-r--r--console/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console/input.c b/console/input.c
index 91f21c15..c6f99743 100644
--- a/console/input.c
+++ b/console/input.c
@@ -82,7 +82,7 @@ void input_destroy (input_t input)
/* Enter DATALEN characters from the buffer DATA into the input queue
INPUT. The DATA must be supplied in UTF-8 encoding (XXX UCS-4
- would be nice, too, but it requires knowledge of endianess). The
+ would be nice, too, but it requires knowledge of endianness). The
function returns the amount of bytes written (might be smaller than
DATALEN) or -1 and the error number in errno. If NONBLOCK is not
zero, return with -1 and set errno to EWOULDBLOCK if operation