coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: fix typo in comment in stat.c


From: Bernhard Voelker
Subject: [PATCH] maint: fix typo in comment in stat.c
Date: Tue, 20 Mar 2012 00:23:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120215 Thunderbird/10.0.2

>From 2b221bd37cab1781de22021ae61f4d802bf46a29 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]