diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-10-11 19:20:12 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-10-24 15:27:19 +0200 |
commit | f0b454ebf8a3c51acead0d53e5f2b53576159dcb (patch) | |
tree | 71e60415335d6c7b5c266a2ac4803ea7516928bc /include | |
parent | 3592fe0c919cf27a81d8e9f9b4f269553418bb01 (diff) |
char.h: misc doc fix
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20161011152012.3228-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sysemu/char.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysemu/char.h b/include/sysemu/char.h index 19dad3fb9c..d0ffdbdb61 100644 --- a/include/sysemu/char.h +++ b/include/sysemu/char.h @@ -380,7 +380,7 @@ int qemu_chr_fe_claim(CharDriverState *s); void qemu_chr_fe_claim_no_fail(CharDriverState *s); /** - * @qemu_chr_fe_claim: + * @qemu_chr_fe_release: * * Release a backend for use by another frontend. * |