Spelling fix, by Stuart Brady.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3076 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-07-12 10:59:21 +00:00
parent 8fac5803a9
commit fe8f096b16
5 changed files with 25 additions and 25 deletions

View file

@ -44,8 +44,8 @@ struct audio_option {
audio_option_tag_e tag;
void *valp;
const char *descr;
int *overridenp;
int overriden;
int *overriddenp;
int overridden;
};
struct audio_callback {