From: Ulrich Drepper Date: Fri, 8 Oct 2004 00:57:58 +0000 (+0000) Subject: (__libc_current_sigrtmin): Fix typo in comment. X-Git-Tag: cvs/fedora-glibc-20041012T1128~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a22fde6bde063fa31c9dafe75933141d9649bfa;p=thirdparty%2Fglibc.git (__libc_current_sigrtmin): Fix typo in comment. --- diff --git a/nptl/pt-allocrtsig.c b/nptl/pt-allocrtsig.c index 9481e15f25b..347bf139ad8 100644 --- a/nptl/pt-allocrtsig.c +++ b/nptl/pt-allocrtsig.c @@ -28,7 +28,7 @@ extern int __libc_allocate_rtsig_private (int high); /* We reserve __SIGRTMIN for use as the cancellation signal and - __SIGRTMIN+1 to andle setuid et.al. These signals are used + __SIGRTMIN+1 to handle setuid et.al. These signals are used internally. */ int __libc_current_sigrtmin (void)