summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2012-09-11 23:57:25 +0200
committerPádraig Brady <P@draigBrady.com>2012-09-12 16:41:56 +0100
commita11cba5372f4f850309512aa70a3a9118a11201c (patch)
treeccf0462e02e31849a453d28e592940fdcd30d4e4 /gl
parent8a0e1bce040f982b27cd715a253d6c83bf806dbe (diff)
downloadcoreutils-a11cba5372f4f850309512aa70a3a9118a11201c.tar.xz
maint: mbsalign.h: fix typo from previous comment edit
* gl/lib/mbsalign.h: Fix comment typo.
Diffstat (limited to 'gl')
-rw-r--r--gl/lib/mbsalign.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/lib/mbsalign.h b/gl/lib/mbsalign.h
index 25d529e48..ae06b22c6 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
};