summaryrefslogtreecommitdiff
path: root/nptl/pt-allocrtsig.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-08 00:57:58 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-08 00:57:58 +0000
commit6a22fde6bde063fa31c9dafe75933141d9649bfa (patch)
treedfb733c2317ec72dad33826e332757cedd7aa324 /nptl/pt-allocrtsig.c
parent40bfefb3e45bf90154a8b0ec839087a08d4c757c (diff)
(__libc_current_sigrtmin): Fix typo in comment.
Diffstat (limited to 'nptl/pt-allocrtsig.c')
-rw-r--r--nptl/pt-allocrtsig.c2
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)