1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00

(__libc_current_sigrtmin): Fix typo in comment.

This commit is contained in:
Ulrich Drepper
2004-10-08 00:57:58 +00:00
parent 40bfefb3e4
commit 6a22fde6bd

View File

@@ -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)