From bd1071363648638a1a2d958edb70e8ca83ec4138 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 15 Mar 2008 16:15:47 +0000 Subject: typo fixes Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/x11grab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/x11grab.c') diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index 8ff34bf..bb08dea 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -299,7 +299,7 @@ apply_masks(uint8_t *dst, int and, int or, int bits_per_pixel) /** * Paints a mouse pointer in an X11 image. * - * @param image Image where to paint the mouse pointer + * @param image image to paint the mouse pointer to * @param s context used to retrieve original grabbing rectangle * coordinates * @param x Mouse pointer coordinate -- cgit v1.1