[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 03/28: Fix typo
From: |
Samuel Thibault |
Subject: |
[hurd] 03/28: Fix typo |
Date: |
Wed, 16 Nov 2016 08:30:25 +0000 |
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 <address@hidden>
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
- [hurd] branch upstream updated (341f43d -> 385d9bf), Samuel Thibault, 2016/11/16
- [hurd] 06/28: libdiskfs: fix removal of socket nodes, Samuel Thibault, 2016/11/16
- [hurd] 01/28: libdiskfs: Fix timestamp update on file close, Samuel Thibault, 2016/11/16
- [hurd] 04/28: wire console display pages, Samuel Thibault, 2016/11/16
- [hurd] 02/28: libdiskfs: Make utimes RPC flush pending timestamp updates, Samuel Thibault, 2016/11/16
- [hurd] 11/28: startup: Dump processes if we cannot find the kernel., Samuel Thibault, 2016/11/16
- [hurd] 03/28: Fix typo,
Samuel Thibault <=
- [hurd] 12/28: boot: Use the smallest possible name when inserting rights., Samuel Thibault, 2016/11/16
- [hurd] 15/28: boot: restore terminal state on exit, Samuel Thibault, 2016/11/16
- [hurd] 18/28: boot: Tidy up the argument parser., Samuel Thibault, 2016/11/16
- [hurd] 24/28: eth-multiplexer: Avoid local definitions., Samuel Thibault, 2016/11/16
- [hurd] 28/28: libpager: fix returning error on data_unlock, Samuel Thibault, 2016/11/16
- [hurd] 08/28: proc: Fix new task notifications., Samuel Thibault, 2016/11/16
- [hurd] 19/28: Adjust to the fixed new task notifications., Samuel Thibault, 2016/11/16
- [hurd] 22/28: eth-multiplexer: Fix packet delivery., Samuel Thibault, 2016/11/16
- [hurd] 16/28: boot: Allow unprivileged users to boot Subhurds., Samuel Thibault, 2016/11/16
- [hurd] 17/28: boot: Add a default boot script., Samuel Thibault, 2016/11/16