aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-06-28 14:27:56 +0000
committerTravis Howell2006-06-28 14:27:56 +0000
commitfa4aa40b7b2bf0240b0c6e8116be4f87bdcb4cf0 (patch)
tree2b23cf5d97ff1cb335a7e205708871d2e416a6e4
parente17fe8e88b3ab38bf35489aaf52d3d0dd0b12811 (diff)
downloadscummvm-rg350-fa4aa40b7b2bf0240b0c6e8116be4f87bdcb4cf0.tar.gz
scummvm-rg350-fa4aa40b7b2bf0240b0c6e8116be4f87bdcb4cf0.tar.bz2
scummvm-rg350-fa4aa40b7b2bf0240b0c6e8116be4f87bdcb4cf0.zip
Correct docs for copyFrameToBuffer()
svn-id: r23336
-rw-r--r--graphics/dxa_player.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/dxa_player.h b/graphics/dxa_player.h
index 007c12d6d2..f460d53925 100644
--- a/graphics/dxa_player.h
+++ b/graphics/dxa_player.h
@@ -96,10 +96,10 @@ protected:
/**
* Copy current frame into the specified position of the destination
* buffer.
- * @param dst the destination buffer
- * @param x the x position of the frame
- * @param y the y position of the frame
- * @param pitch the pitch of desintation buffer
+ * @param dst the buffer
+ * @param x the x position of the buffer
+ * @param y the y position of the buffer
+ * @param pitch the pitch of buffer
*/
void copyFrameToBuffer(byte *dst, uint x, uint y, uint pitch);