[Ffmpeg-cvslog] r7123 - trunk/libavutil/common.h
reimar
subversion
Sun Nov 19 10:33:50 CET 2006
Author: reimar
Date: Sun Nov 19 10:33:50 2006
New Revision: 7123
Modified:
trunk/libavutil/common.h
Log:
Fix typo in comment
Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h (original)
+++ trunk/libavutil/common.h Sun Nov 19 10:33:50 2006
@@ -308,7 +308,7 @@
* ucs-4 character and should be a left value.
* \param GET_BYTE gets utf-8 encoded bytes from any proper source. It can be
* a function or a statement whose return value or evaluated value is of type
- * uint8_t. It will be execuded up to 4 times.
+ * uint8_t. It will be executed up to 4 times.
* \param ERROR action that should be taken when an invalid utf-8 byte is returned
* from GET_BYTE. It should be a statement that jumps out of the macro,
* like exit(), goto, return, break, or continue.
More information about the ffmpeg-cvslog
mailing list