summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-07-31 12:33:25 +0000
committerJakub Jelinek <jakub@redhat.com>2007-07-31 12:33:25 +0000
commita26d01bb6c663c7268aab63a7de97263c4d37c08 (patch)
tree459cbdf59a73523272ad7dc5627fbf5d801155fa
parentbbeaaa84be3b6f995aca6322e43e7bfaa8df5e01 (diff)
Fix format of [BZ #xxxx] note. [BZ #4858]
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8433c28a67..61dcbabc85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,7 +32,7 @@
* posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
entry.
- [BZ 4858]
+ [BZ #4858]
* stdio-common/printf_fp.c (___printf_fp): Fix special case of
#.0g and value rounded to 1.0.
* stdio-common/tfformat.c (sprint_doubles): Add two new tests.