>From 2b221bd37cab1781de22021ae61f4d802bf46a29 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <[email protected]>
Date: Tue, 20 Mar 2012 00:19:22 +0100
Subject: [PATCH] maint: fix typo in comment in stat.c

* src/stat.c: s/return true iff the/return true if the/
---
 src/stat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/stat.c b/src/stat.c
index b2e1030..40d74d7 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -662,7 +662,7 @@ out_epoch_sec (char *pformat, size_t prefix_len,
     }
 }

-/* Print the context information of FILENAME, and return true iff the
+/* Print the context information of FILENAME, and return true if the
    context could not be obtained.  */
 static bool ATTRIBUTE_WARN_UNUSED_RESULT
 out_file_context (char *pformat, size_t prefix_len, char const *filename)
-- 
1.7.7

Reply via email to