From 009d9f1f60d6d77f6ed75e8c5fc93e5e979e9db0 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 5 Nov 2013 13:44:12 +1000 Subject: [PATCH] English grammer correction --- include/gdisp/colors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gdisp/colors.h b/include/gdisp/colors.h index 975934d0..486424b7 100644 --- a/include/gdisp/colors.h +++ b/include/gdisp/colors.h @@ -119,7 +119,7 @@ */ #define COLOR_NEEDS_MASK FALSE /** - * @brief If the color need masking to remove invalid bits, this is the mask + * @brief If the color needs masking to remove invalid bits, this is the mask */ #define COLOR_MASK 0xFFFF /**