diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-02 16:02:50 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-02 20:09:26 +0100 |
commit | 01273099a4b7afb3b1c6eac7b31d73f599ef0beb (patch) | |
tree | 0667568a2633e60aff24841faed2ba4eee2aab3d /include/mach | |
parent | 2fbf8a78d7244fcf60eaeb218070959715f61f53 (diff) |
include: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'include/mach')
-rw-r--r-- | include/mach/profil.h | 2 | ||||
-rw-r--r-- | include/mach/vm_param.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/mach/profil.h b/include/mach/profil.h index 0eb4ce4..866f267 100644 --- a/include/mach/profil.h +++ b/include/mach/profil.h @@ -137,7 +137,7 @@ extern vm_map_t kernel_map; /* MACRO set_pbuf_value ** ** enters the value 'val' in the buffer 'pbuf' and returns the following -** indications: 0: means that a fatal error occured: the buffer was full +** indications: 0: means that a fatal error occurred: the buffer was full ** (it hasn't been sent yet) ** 1: means that a value has been inserted successfully ** 2: means that we'v just entered the last value causing diff --git a/include/mach/vm_param.h b/include/mach/vm_param.h index 0360981..cdccce8 100644 --- a/include/mach/vm_param.h +++ b/include/mach/vm_param.h @@ -39,7 +39,7 @@ #include <mach/machine/vm_types.h> /* - * The machine independent pages are refered to as PAGES. A page + * The machine independent pages are referred to as PAGES. A page * is some number of hardware pages, depending on the target machine. * * All references to the size of a page should be done |