summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBrent W. Baccala <cosine@freesoft.org>2016-10-29 14:51:02 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-29 14:51:02 +0200
commit0e99041e8b1ce80e6a97944a195c6e6cddf451fd (patch)
treed953000262bf615cbb06b64826078f994f0d6293 /utils
parent911b68f336b3194f7d54bcc3cc0d5ba8614e149e (diff)
Fix typo
* utils/rpctrace.c: Fix typo.
Diffstat (limited to 'utils')
-rw-r--r--utils/rpctrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rpctrace.c b/utils/rpctrace.c
index 25d9bc6e..cb4df8af 100644
--- a/utils/rpctrace.c
+++ b/utils/rpctrace.c
@@ -1307,7 +1307,7 @@ trace_and_forward (mach_msg_header_t *inp, mach_msg_header_t *outp)
/* Print something about the message header. */
print_request_header ((struct sender_info *) info, inp);
- /* It's a nofication message. */
+ /* It's a notification message. */
if (inp->msgh_id <= 72 && inp->msgh_id >= 64)
{
assert (info->type == MACH_MSG_TYPE_MOVE_SEND_ONCE);