aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJohannes Schickel2013-08-04 01:01:15 +0200
committerJohannes Schickel2013-08-04 01:01:15 +0200
commit604e1b00701c4a01031a06f175b88107710cbd32 (patch)
tree4b3d009a170c83b696117341bab1e14e26bdede0 /graphics
parent0cb1504a5b96ad90634a86af8cad30ecc6588517 (diff)
downloadscummvm-rg350-604e1b00701c4a01031a06f175b88107710cbd32.tar.gz
scummvm-rg350-604e1b00701c4a01031a06f175b88107710cbd32.tar.bz2
scummvm-rg350-604e1b00701c4a01031a06f175b88107710cbd32.zip
GRAPHICS: Fix typo.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/surface.h b/graphics/surface.h
index 8ce2cf3ecc..c64f2363e6 100644
--- a/graphics/surface.h
+++ b/graphics/surface.h
@@ -98,7 +98,7 @@ struct Surface {
/**
* Sets the pixel data.
*
- * Note that this is a simply setter. Be careful what you are doing!
+ * Note that this is a simply a setter. Be careful what you are doing!
*
* @param newPixels The new pixel data.
*/