aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2016-01-08 07:31:22 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2016-01-08 07:31:22 +0100
commit50a3048e59c4165073ff32b3043ab06ec54962ce (patch)
treeb7a7aa48abf917cf5cab13a7cc218a0e86949b8d /src
parent6937cc3f0ffc3001e483b13629c246dcaddb62fe (diff)
downloaduGFX-50a3048e59c4165073ff32b3043ab06ec54962ce.tar.gz
uGFX-50a3048e59c4165073ff32b3043ab06ec54962ce.tar.bz2
uGFX-50a3048e59c4165073ff32b3043ab06ec54962ce.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/gdisp/gdisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/gdisp.h b/src/gdisp/gdisp.h
index e6b56f2a..64b55c6f 100644
--- a/src/gdisp/gdisp.h
+++ b/src/gdisp/gdisp.h
@@ -743,7 +743,7 @@ void gdispGDrawBox(GDisplay *g, coord_t x, coord_t y, coord_t cx, coord_t cy, co
* @brief Scroll vertically a section of the screen.
* @pre GDISP_NEED_SCROLL must be set to TRUE in gfxconf.h
* @note Optional.
- * @note If lines is >= cy, it is equivelent to a area fill with bgcolor.
+ * @note If lines is >= cy, it is equivelent to an area fill with bgcolor.
*
* @param[in] g The display to use
* @param[in] x, y The start of the area to be scrolled