diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-30 11:14:06 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-30 11:14:06 -0400 |
commit | 18a84741d8c786053e2a13a179efa22e4b24f160 (patch) | |
tree | 6c0497f8f9229d73fe6d454dbd021b18c2b76532 | |
parent | 01f16ab0a581838d44ad79e82c0c3e1691d8506e (diff) | |
download | glibc-18a84741d8c786053e2a13a179efa22e4b24f160.tar.gz glibc-18a84741d8c786053e2a13a179efa22e4b24f160.tar.xz glibc-18a84741d8c786053e2a13a179efa22e4b24f160.zip |
Fix typo in CL
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index bb7f02e06c..bc879b799d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ (gaih_inet): Likewise. [BZ #11099] - * shadow/sgetspent_r.c (LINE_PARSER): Interpret nymeric field values + * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values as signed. * resolv/res_init.c (res_setoptions): Make the code more compact. |