This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 0e99041e8b1ce80e6a97944a195c6e6cddf451fd Author: Brent W. Baccala <[email protected]> Date: Sat Oct 29 14:51:02 2016 +0200 Fix typo * utils/rpctrace.c: Fix typo. --- utils/rpctrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/rpctrace.c b/utils/rpctrace.c index 25d9bc6..cb4df8a 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); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
