From c0c3f78afb6070721848574e2e5dff5cfa20e28d Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Wed, 21 Aug 2013 19:48:48 +0200 Subject: Fix typos. --- sysdeps/mach/hurd/check_fds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/check_fds.c') diff --git a/sysdeps/mach/hurd/check_fds.c b/sysdeps/mach/hurd/check_fds.c index 979fcb7de4..cf20643676 100644 --- a/sysdeps/mach/hurd/check_fds.c +++ b/sysdeps/mach/hurd/check_fds.c @@ -42,7 +42,7 @@ check_one_fd (int fd, int mode) { /* This descriptor hasn't been opened. We try to allocate the descriptor and open /dev/null on it so that the SUID program - we are about to start does not accidently use this + we are about to start does not accidentally use this descriptor. */ d = _hurd_alloc_fd (NULL, fd); if (d != NULL) -- cgit 1.4.1