From: Alexander Larsson Date: Mon, 31 Mar 2008 19:21:19 +0000 (+0000) Subject: Fix typo in changelog X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a2609fc3f1b44b63796d740e1a3f32d13f30ce3f;p=dana%2Fcg-glib.git Fix typo in changelog svn path=/trunk/; revision=6797 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index ae41f9cf..0ca8d91e 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.