diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-21 10:22:00 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-21 10:22:00 +0100 |
commit | e0052718e39f9314fe449aa50c195d25f5115165 (patch) | |
tree | d27075af6815c10b9374383d648cdad23e7ddc1b /src/gdisp.c | |
parent | 1b30c77ab3f624e4235e6b370703a7234fd7f7d8 (diff) | |
download | uGFX-e0052718e39f9314fe449aa50c195d25f5115165.tar.gz uGFX-e0052718e39f9314fe449aa50c195d25f5115165.tar.bz2 uGFX-e0052718e39f9314fe449aa50c195d25f5115165.zip |
typo
Diffstat (limited to 'src/gdisp.c')
-rw-r--r-- | src/gdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp.c b/src/gdisp.c index 81c06599..5c807db5 100644 --- a/src/gdisp.c +++ b/src/gdisp.c @@ -1244,7 +1244,7 @@ void gdispDrawBox(coord_t x, coord_t y, coord_t cx, coord_t cy, color_t color) { /**
* @brief Pack a pixel into a pixel buffer.
* @note This function performs no buffer boundary checking
- * regardless of whether GDISP_NEED_CLIPPING has been specified.
+ * regardless of whether GDISP_NEED_CLIP has been specified.
*
* @param[in] buf The buffer to put the pixel in
* @param[in] cx The width of a pixel line
|