Fix lots of typos in C comments and Kconfig help text

This commit is contained in:
Alan Carvalho de Assis
2018-07-08 18:24:45 -06:00
committed by Gregory Nutt
parent 1783d344dc
commit 283b73edc5
106 changed files with 187 additions and 187 deletions
+1 -1
View File
@@ -3263,7 +3263,7 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
<dd>By default, NX builds to use a framebuffer driver (see <code>include/nuttx/video/fb.h</code>).
If this option is defined, NX will build to use an LCD driver (see <code>include/nuttx/lcd/lcd.h</code>).
<dt><code>CONFIG_NX_ANTIALIASING</code>:
<dd>Enable support for ant-aliasing when rendering lines as various
<dd>Enable support for anti-aliasing when rendering lines as various
orientations.
This option is only available for use with frame buffer drivers and
only with 16-, 24-, or 32-bit RGB color formats.