From fe68f403f8a2de417eb3f6e4ae3eaaa5eae16544 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 12 Nov 2010 22:35:21 +0200 Subject: [PATCH] * mu-maildir.c: update comment --- src/mu-maildir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mu-maildir.c b/src/mu-maildir.c index 9e9e63bd..e800c91a 100644 --- a/src/mu-maildir.c +++ b/src/mu-maildir.c @@ -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;