summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
};