From bd1d3a48415cb6a7c24c45a899ce38b3ce34956d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:09 +0100 Subject: misc: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- hurd/console.h | 2 +- hurd/io.defs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hurd') diff --git a/hurd/console.h b/hurd/console.h index baf03942..05177eb2 100644 --- a/hurd/console.h +++ b/hurd/console.h @@ -90,7 +90,7 @@ struct cons_display { #define CONS_MAGIC 0x48555244 /* Hex for "HURD". */ uint32_t magic; /* CONS_MAGIC, use to detect - endianess. */ + endianness. */ #define CONS_VERSION_MAJ 0x0 #define CONS_VERSION_MAJ_SHIFT 16 #define CONS_VERSION_AGE 0x0 diff --git a/hurd/io.defs b/hurd/io.defs index ba0b8077..5bc399ed 100644 --- a/hurd/io.defs +++ b/hurd/io.defs @@ -259,7 +259,7 @@ routine io_eofnotify ( io_object: io_t RPTLAST); /* If the user wants to write past the prenotify size, a call needs to - be made to io_prenotify giving the paramters of the write. Upon + be made to io_prenotify giving the parameters of the write. Upon return from io_prenotify, there is no guarantee that the prenotify size will now permit the write, so it should be re-checked. The routine should be called while the user has the conch. The user -- cgit v1.2.3