aboutsummaryrefslogtreecommitdiff
path: root/darwin-bootstrap/substituted.c
diff options
context:
space:
mode:
authorcomex2015-03-01 19:16:24 -0500
committercomex2015-03-01 19:16:24 -0500
commit8baebb7886a93e71863ac94a24e10477a42c127e (patch)
tree087e17ae72960dbbc74a369cc7727f881b7dc9c9 /darwin-bootstrap/substituted.c
parentLet's get hacky! (diff)
downloadsubstitute-8baebb7886a93e71863ac94a24e10477a42c127e.tar.gz
minor changes
Diffstat (limited to 'darwin-bootstrap/substituted.c')
-rw-r--r--darwin-bootstrap/substituted.c2
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 */