From: Alex Bennée Date: Thu, 16 Jan 2025 16:02:55 +0000 (+0000) Subject: plugins: fix kdoc annotation X-Git-Tag: v10.0.0-rc0~85^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b165ee1916b716043d452cae233fae9175ca5846;p=thirdparty%2Fqemu.git plugins: fix kdoc annotation The function is qemu_plugin_mem_get_value() Reviewed-by: Pierrick Bouvier Signed-off-by: Alex Bennée Message-Id: <20250116160306.1709518-27-alex.bennee@linaro.org> --- diff --git a/include/qemu/qemu-plugin.h b/include/qemu/qemu-plugin.h index 0fba36ae02..3a850aa216 100644 --- a/include/qemu/qemu-plugin.h +++ b/include/qemu/qemu-plugin.h @@ -583,7 +583,7 @@ QEMU_PLUGIN_API bool qemu_plugin_mem_is_store(qemu_plugin_meminfo_t info); /** - * qemu_plugin_mem_get_mem_value() - return last value loaded/stored + * qemu_plugin_mem_get_value() - return last value loaded/stored * @info: opaque memory transaction handle * * Returns: memory value