about summary refs log tree commit diff
path: root/hurd/fd-close.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/fd-close.c')
-rw-r--r--hurd/fd-close.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fd-close.c b/hurd/fd-close.c
index 91cf95d93a..90be1e66c9 100644
--- a/hurd/fd-close.c
+++ b/hurd/fd-close.c
@@ -33,7 +33,7 @@ _hurd_fd_close (struct hurd_fd *fd)
   else
     {
       /* Clear the descriptor's port cells.
-	 This deallocates the ports if noone else is still using them.  */
+	 This deallocates the ports if no one else is still using them.  */
       _hurd_port_set (&fd->ctty, MACH_PORT_NULL);
       _hurd_port_locked_set (&fd->port, MACH_PORT_NULL);
       err = 0;