diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-02 16:02:51 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-02 20:09:34 +0100 |
commit | 2c8514cfafb6daec4e76e3a8e0f1fd07ca0a4a33 (patch) | |
tree | 907b12cca6e2bfa60acb1f458f24dee9fd1ec8d3 /ipc | |
parent | 01273099a4b7afb3b1c6eac7b31d73f599ef0beb (diff) |
ipc: Fix typo in comment (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/port.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ * mach_port_t must be an unsigned type. Port values * have two parts, a generation number and an index. * These macros encapsulate all knowledge of how - * a mach_port_t is layed out. However, ipc/ipc_entry.c + * a mach_port_t is laid out. However, ipc/ipc_entry.c * implicitly assumes when it uses the splay tree functions * that the generation number is in the low bits, so that * names are ordered first by index and then by generation. |