maint: mbsalign.h: fix typo from previous comment edit
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 11 Sep 2012 21:57:25 +0000 (23:57 +0200)
committerPádraig Brady <P@draigBrady.com>
Wed, 12 Sep 2012 15:41:56 +0000 (16:41 +0100)
* gl/lib/mbsalign.h: Fix comment typo.

gl/lib/mbsalign.h

index 25d529e..ae06b22 100644 (file)
@@ -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
 };