From: Marc-André Lureau Date: Tue, 11 Oct 2016 15:20:12 +0000 (+0400) Subject: char.h: misc doc fix X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f0b454ebf8a3c51acead0d53e5f2b53576159dcb;p=qemu.git char.h: misc doc fix Signed-off-by: Marc-André Lureau Message-Id: <20161011152012.3228-1-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- 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. *