aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);