Mercurial > libavutil.hg
changeset 146:06a719bc19e1 libavutil
Fix typo in comment
author | reimar |
---|---|
date | Sun, 19 Nov 2006 09:33:50 +0000 |
parents | f84ea89de398 |
children | 7e143f348a72 |
files | common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Thu Nov 16 20:46:36 2006 +0000 +++ b/common.h Sun Nov 19 09:33:50 2006 +0000 @@ -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.