bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 6/9] ipc: Fix typo in comment (found by codespell)


From: Stefan Weil
Subject: [PATCH 6/9] ipc: Fix typo in comment (found by codespell)
Date: Fri, 2 Jan 2015 16:02:51 +0100

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 ipc/port.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipc/port.h b/ipc/port.h
index d6fb59b..d359115 100644
--- a/ipc/port.h
+++ b/ipc/port.h
@@ -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.
-- 
2.1.4




reply via email to

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