From 8baebb7886a93e71863ac94a24e10477a42c127e Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 1 Mar 2015 19:16:24 -0500 Subject: minor changes --- darwin-bootstrap/substituted.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'darwin-bootstrap/substituted.c') 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 */ -- cgit v1.2.3