diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-09-11 23:57:25 +0200 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-09-12 16:41:56 +0100 |
commit | a11cba5372f4f850309512aa70a3a9118a11201c (patch) | |
tree | ccf0462e02e31849a453d28e592940fdcd30d4e4 /gl/lib | |
parent | 8a0e1bce040f982b27cd715a253d6c83bf806dbe (diff) | |
download | coreutils-a11cba5372f4f850309512aa70a3a9118a11201c.tar.xz |
maint: mbsalign.h: fix typo from previous comment edit
* gl/lib/mbsalign.h: Fix comment typo.
Diffstat (limited to 'gl/lib')
-rw-r--r-- | gl/lib/mbsalign.h | 4 |
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 }; |