aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-05 06:44:05 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-05 06:44:05 -0400
commit8cb700c0f3a503eaef660759f17fb787d0dec616 (patch)
treee71f33c0e0d2eaec08013ff91d490b396d188d84
parentdedc7c7b053accd847a99b84563583d4a68d2545 (diff)
downloadglibc-8cb700c0f3a503eaef660759f17fb787d0dec616.zip
glibc-8cb700c0f3a503eaef660759f17fb787d0dec616.tar.gz
glibc-8cb700c0f3a503eaef660759f17fb787d0dec616.tar.bz2
Fix typo in CL.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 717292d..fe86bc9 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>