about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-03-09 16:21:22 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-03-09 16:21:22 +0100
commit229855e5983881812b21b215346cb990722c6023 (patch)
tree7c036c1a0b8c36d6b86af3dc8a712c38411cb2e5 /ChangeLog
parentd9f26dab2cc768a650b19ec6460ade4e44a530b9 (diff)
downloadglibc-229855e5983881812b21b215346cb990722c6023.tar.gz
glibc-229855e5983881812b21b215346cb990722c6023.tar.xz
glibc-229855e5983881812b21b215346cb990722c6023.zip
malloc: Revert sense of prev_inuse in comments
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa4e707bab..0f71d41b0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-09  Florian Weimer  <fweimer@redhat.com>
+
+	* malloc/malloc.c (prev_size, set_prev_size, prev_chunk): Fix typo
+	in comment.
+
 2018-03-09  Aurelien Jarno  <aurelien@aurel32.net>
 
 	[BZ #22919]