From: Alexander Larsson Date: Mon, 31 Mar 2008 19:21:19 +0000 (+0000) Subject: Fix typo in changelog X-Git-Tag: GLIB_2_17_0~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2609fc3f1b44b63796d740e1a3f32d13f30ce3f;p=platform%2Fupstream%2Fglib.git Fix typo in changelog svn path=/trunk/; revision=6797 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index ae41f9c..0ca8d91 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,7 +1,7 @@ 2008-03-31 Alexander Larsson * glocalfileenumerator.c: - Read readdir() info chunks (of 1000) and sort + Read readdir() info in chunks (of 1000) and sort the chunks by inode before stat:ing. This is a 20% performance increase in testing gvfs-ls on /usr/bin with cold cache.