diff options
Diffstat (limited to 'darwin-bootstrap/substituted.c')
-rw-r--r-- | darwin-bootstrap/substituted.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-bootstrap/substituted.c b/darwin-bootstrap/substituted.c index 7eade8b..6b1693e 100644 --- a/darwin-bootstrap/substituted.c +++ b/darwin-bootstrap/substituted.c @@ -31,7 +31,7 @@ struct msgbuf { static void handle_hello(struct msgbuf *buf, pid_t pid) { if (buf->hdr.msgh_size < offsetof(struct msgbuf, u.hello.argv0)) { - ib_log("mesage too short"); + ib_log("message too short"); return; } ((char *) buf)[buf->hdr.msgh_size] = '\0'; /* overwrite trailer or whatever */ |