NxWidgets::CGraphicsPort: Fix small typo

This commit is contained in:
Nathan Hartman 2019-09-08 16:02:15 -06:00 committed by Gregory Nutt
parent b3057b52ef
commit 6a6e9d1aa8
2 changed files with 2 additions and 2 deletions

View File

@ -983,7 +983,7 @@ void CGraphicsPort::greyScale(nxgl_coord_t x, nxgl_coord_t y,
/**
* Invert colors in a region. NOTE: This allocates an in-memory
* buffer the size of one row in graphic memory. So it may only be
* useful for inverting small regions and its only current use of for
* useful for inverting small regions and its only current use is for
* the inverted cursor text.
*
* @param x X coordinate of the region to change.

View File

@ -469,7 +469,7 @@ namespace NXWidgets
/**
* Invert colors in a region. NOTE: This allocates an in-memory
* buffer the size of one row in graphic memory. So it may only be
* useful for inverting small regions and its only current use of for
* useful for inverting small regions and its only current use is for
* the inverted cursor text.
*
* @param x X coordinate of the region to change.