diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-15 04:24:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-15 04:24:57 +0000 |
commit | 9ca237652adc775e89a7f9f91076b0ac413c684e (patch) | |
tree | 67cffb02a014def99465dd36c9db6d5170cb607c /locale | |
parent | 6bca0305ecb29eb89c231dcbd7ab090bfa0227d7 (diff) | |
download | glibc-9ca237652adc775e89a7f9f91076b0ac413c684e.zip glibc-9ca237652adc775e89a7f9f91076b0ac413c684e.tar.gz glibc-9ca237652adc775e89a7f9f91076b0ac413c684e.tar.bz2 |
Update.
* locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/ld-ctype.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c index 116fb31..8839a9e 100644 --- a/locale/programs/ld-ctype.c +++ b/locale/programs/ld-ctype.c @@ -3460,11 +3460,10 @@ Computing table size for character classes might take a while..."), /* The next step is putting all the possible transliteration strings in one memory block so that we can write it out. We need several different blocks: - - index to the tfromstring array + - index to the from-string array - from-string array - index to the to-string array - to-string array. - And this all must be available for both endianes variants. */ from_len = to_len = 0; for (cnt = 0; cnt < number; ++cnt) |