]> git.sesse.net Git - ffmpeg/commitdiff
Fix typo in comment
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 19 Nov 2006 09:33:50 +0000 (09:33 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 19 Nov 2006 09:33:50 +0000 (09:33 +0000)
Originally committed as revision 7123 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/common.h

index 0dbebfb8d2b73c6597da38a6e1f70a56e38fa15a..9d4ea9565fb7acd99f2d3e94766f7a605e8daacc 100644 (file)
@@ -308,7 +308,7 @@ static inline int ff_get_fourcc(const char *s){
  * 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.