diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-21 19:48:48 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-21 19:48:48 +0200 |
commit | c0c3f78afb6070721848574e2e5dff5cfa20e28d (patch) | |
tree | 6a1d44ea1e2f3d5425c05fd485c54aa15fda75f6 /nptl | |
parent | 46ed103824ff42668ddfc36c1b3fdb9219d48eee (diff) | |
download | glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.tar glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.tar.gz glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.tar.bz2 glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.zip |
Fix typos.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 | ||||
-rw-r--r-- | nptl/pthread_getschedparam.c | 2 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/register-atfork.c | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index eae507965f..a047c2347f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2013-08-21 Ondřej Bílka <neleai@seznam.cz> + + * pthread_getschedparam.c: Fix typos. + * sysdeps/unix/sysv/linux/register-atfork.c: Likewise. + 2013-07-23 David S. Miller <davem@davemloft.net> * tst-cancel4.c (WRITE_BUFFER_SIZE): Adjust comment. diff --git a/nptl/pthread_getschedparam.c b/nptl/pthread_getschedparam.c index fd71350f37..7d996e4f8c 100644 --- a/nptl/pthread_getschedparam.c +++ b/nptl/pthread_getschedparam.c @@ -40,7 +40,7 @@ __pthread_getschedparam (threadid, policy, param) lll_lock (pd->lock, LLL_PRIVATE); /* The library is responsible for maintaining the values at all - times. If the user uses a interface other than + times. If the user uses an interface other than pthread_setschedparam to modify the scheduler setting it is not the library's problem. In case the descriptor's values have not yet been retrieved do it now. */ diff --git a/nptl/sysdeps/unix/sysv/linux/register-atfork.c b/nptl/sysdeps/unix/sysv/linux/register-atfork.c index 7d53708d9b..20a09e24d9 100644 --- a/nptl/sysdeps/unix/sysv/linux/register-atfork.c +++ b/nptl/sysdeps/unix/sysv/linux/register-atfork.c @@ -127,7 +127,7 @@ libc_freeres_fn (free_mem) /* No more fork handlers. */ __fork_handlers = NULL; - /* Free eventually alloated memory blocks for the object pool. */ + /* Free eventually allocated memory blocks for the object pool. */ struct fork_handler_pool *runp = fork_handler_pool.next; memset (&fork_handler_pool, '\0', sizeof (fork_handler_pool)); |