From: Bernhard Voelker Date: Tue, 11 Sep 2012 21:57:25 +0000 (+0200) Subject: maint: mbsalign.h: fix typo from previous comment edit X-Git-Tag: v8.20~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11cba5372f4f850309512aa70a3a9118a11201c;p=thirdparty%2Fcoreutils.git maint: mbsalign.h: fix typo from previous comment edit * gl/lib/mbsalign.h: Fix comment typo. --- diff --git a/gl/lib/mbsalign.h b/gl/lib/mbsalign.h index 25d529e488..ae06b22c60 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 };