* mu-maildir.c: update comment

This commit is contained in:
Dirk-Jan C. Binnema 2010-11-12 22:35:21 +02:00
parent ea29fc2cbe
commit fe68f403f8
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ readdir_with_stat_fallback (DIR* dir, const char* path)
}
/* XFS, ReiserFS and some other FSs don't support d_type, and
* always set it to NULL; we use (slow) stat instead then */
* always set it to NULL; we use (slow) lstat instead then */
if (G_UNLIKELY(entry->d_type == DT_UNKNOWN)) {
struct stat statbuf;