From fa4aa40b7b2bf0240b0c6e8116be4f87bdcb4cf0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 28 Jun 2006 14:27:56 +0000 Subject: Correct docs for copyFrameToBuffer() svn-id: r23336 --- graphics/dxa_player.h | 8 ++++---- 1 file 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); -- cgit v1.2.3