commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 18/37: console: Fix typos in comments


From: Samuel Thibault
Subject: [hurd] 18/37: console: Fix typos in comments
Date: Mon, 09 Feb 2015 09:59:10 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to annotated tag upstream/hurd/0.5.git20150208
in repository hurd.

commit 695e606f7fd8940c2b260670a89ae2a6cc82b9f4
Author: Stefan Weil <address@hidden>
Date:   Sat Jan 3 10:16:08 2015 +0100

    console: Fix typos in comments
    
    Signed-off-by: Stefan Weil <address@hidden>
---
 console/input.c | 2 +-
 console/input.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/console/input.c b/console/input.c
index 91f21c1..c6f9974 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
diff --git a/console/input.h b/console/input.h
index 47de35e..3f66e1d 100644
--- a/console/input.h
+++ b/console/input.h
@@ -35,7 +35,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

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]