diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-09-23 10:14:27 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-09-23 10:14:27 +0000 |
commit | 0e4d91bd31869b6f67e9284e1de3d470e10a3156 (patch) | |
tree | 25d90813148cd22f3c5ea19061e5b4dfaa2a6c6e /include | |
parent | 787b20e995af2c10ffa8fc116a071cba7d2ed065 (diff) | |
download | glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.tar glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.tar.gz glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.tar.bz2 glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.zip |
Updated to fedora-glibc-20060923T0946cvs/fedora-glibc-2_4_90-34
Diffstat (limited to 'include')
-rw-r--r-- | include/link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h index 9947ee7813..0d6b66100e 100644 --- a/include/link.h +++ b/include/link.h @@ -216,7 +216,7 @@ struct link_map /* Size of array allocated for 'l_scope'. */ size_t l_scope_max; /* This is an array defining the lookup scope for this link map. - There are at most three different scope lists. */ + There are initially at most three different scope lists. */ struct r_scope_elem **l_scope; /* A similar array, this time only with the local scope. This is |