diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-05 06:44:05 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-05 06:44:05 -0400 |
commit | 8cb700c0f3a503eaef660759f17fb787d0dec616 (patch) | |
tree | e71f33c0e0d2eaec08013ff91d490b396d188d84 | |
parent | dedc7c7b053accd847a99b84563583d4a68d2545 (diff) | |
download | glibc-8cb700c0f3a503eaef660759f17fb787d0dec616.tar.gz glibc-8cb700c0f3a503eaef660759f17fb787d0dec616.tar.xz glibc-8cb700c0f3a503eaef660759f17fb787d0dec616.zip |
Fix typo in CL.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 717292d4df..fe86bc9944 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define. - * include/features.h: Mention __USW_XOPEN2K8 in comment. + * include/features.h: Mention __USE_XOPEN2K8 in comment. 2011-03-26 H.J. Lu <hongjiu.lu@intel.com> |