coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] maint: mbsalign.h: fix typo from previous comment edit


From: Pádraig Brady
Subject: Re: [PATCH] maint: mbsalign.h: fix typo from previous comment edit
Date: Wed, 12 Sep 2012 16:43:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0

On 09/12/2012 04:25 PM, Bernhard Voelker wrote:


From 40c8f1c766cc1b8bba32be270ceb7dfc3df493c3 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker<address@hidden>
Date: Tue, 11 Sep 2012 23:57:25 +0200
Subject: [PATCH] maint: mbsalign.h: fix typo from previous comment edit
* gl/lib/mbsalign.h: Fix comment typo.
---
gl/lib/mbsalign.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gl/lib/mbsalign.h b/gl/lib/mbsalign.h
index 25d529e..ae06b22 100644
--- a/gl/lib/mbsalign.h
+++ b/gl/lib/mbsalign.h
@@ -43,10 +43,10 @@ enum {
/* Don't truncate. */
MBA_NO_TRUNCATE

- /* Ensure no leading whitepsace. */
+ /* Ensure no leading whitespace. */
MBA_LSTRIP

- /* Ensure no trailing whitepsace. */
+ /* Ensure no trailing whitespace. */
MBA_RSTRIP
#endif
};

FYI. The above has double spaces changed to a single space,
and so doesn't automatically apply.

I adjusted it and pushed.

thanks,
Pádraig.



reply via email to

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