aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/char.h2
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.
*