diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-25 02:23:02 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-25 02:23:02 +0100 |
commit | e71f7804caa6352ba4cec3aaf04800c9a3f88d48 (patch) | |
tree | dd9659b8939f705b541199cea567552fd5c5b0a4 /sysdeps/generic/pt-key.h | |
parent | 034e4e904a5e16356fab5b8943b91b82b7437dbb (diff) |
Fix spurious whitespaces
Diffstat (limited to 'sysdeps/generic/pt-key.h')
-rw-r--r-- | sysdeps/generic/pt-key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pt-key.h b/sysdeps/generic/pt-key.h index 46830d7..759ab68 100644 --- a/sysdeps/generic/pt-key.h +++ b/sysdeps/generic/pt-key.h @@ -30,7 +30,7 @@ /* __PTHREAD_KEY_DESTRUCTORS is an array of destructors with __PTHREAD_KEY_SIZE elements. If an element with index less than __PTHREAD_KEY_COUNT is invalid, it shall contain the value - PTHREAD_KEY_INVALID which shall be distinct from NULL. + PTHREAD_KEY_INVALID which shall be distinct from NULL. Normally, we just add new keys to the end of the array and realloc it as necessary. The pthread_key_create routine may decide to |