about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-23 10:14:27 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-23 10:14:27 +0000
commit0e4d91bd31869b6f67e9284e1de3d470e10a3156 (patch)
tree25d90813148cd22f3c5ea19061e5b4dfaa2a6c6e /include
parent787b20e995af2c10ffa8fc116a071cba7d2ed065 (diff)
downloadglibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.tar.gz
glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.tar.xz
glibc-0e4d91bd31869b6f67e9284e1de3d470e10a3156.zip
Updated to fedora-glibc-20060923T0946 cvs/fedora-glibc-2_4_90-34
Diffstat (limited to 'include')
-rw-r--r--include/link.h2
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