diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-08 00:57:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-08 00:57:58 +0000 |
commit | 6a22fde6bde063fa31c9dafe75933141d9649bfa (patch) | |
tree | dfb733c2317ec72dad33826e332757cedd7aa324 /nptl/pt-allocrtsig.c | |
parent | 40bfefb3e45bf90154a8b0ec839087a08d4c757c (diff) | |
download | glibc-6a22fde6bde063fa31c9dafe75933141d9649bfa.tar.gz |
(__libc_current_sigrtmin): Fix typo in comment.
Diffstat (limited to 'nptl/pt-allocrtsig.c')
-rw-r--r-- | nptl/pt-allocrtsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pt-allocrtsig.c b/nptl/pt-allocrtsig.c index 9481e15f25..347bf139ad 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) |