aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqtest-single.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2020-11-09 16:26:21 +0000
committerThomas Huth <thuth@redhat.com>2020-11-10 08:51:30 +0100
commitad57e2b1f53f507392807e6e2b36c34454b270fa (patch)
tree9c8076c3694f6c91df9c7ed872b0e55e00d4c92b /tests/qtest/libqtest-single.h
parentd4e279141bf59e702beae3a1002b482f733a2ac2 (diff)
downloadqemu-ad57e2b1f53f507392807e6e2b36c34454b270fa.zip
qemu-ad57e2b1f53f507392807e6e2b36c34454b270fa.tar.gz
qemu-ad57e2b1f53f507392807e6e2b36c34454b270fa.tar.bz2
qtest: Update references to parse_escape() in comments
In commit 61030280ca2d67bd in 2018 we renamed the parse_escape() function to parse_interpolation(), but we didn't catch the references to this function in doc comments in libqtest.h. Update them. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20201109162621.18885-1-peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qtest/libqtest-single.h')
-rw-r--r--tests/qtest/libqtest-single.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqtest-single.h b/tests/qtest/libqtest-single.h
index 176979a..0d7f568 100644
--- a/tests/qtest/libqtest-single.h
+++ b/tests/qtest/libqtest-single.h
@@ -47,7 +47,7 @@ static inline void qtest_end(void)
/**
* qmp:
* @fmt...: QMP message to send to qemu, formatted like
- * qobject_from_jsonf_nofail(). See parse_escape() for what's
+ * qobject_from_jsonf_nofail(). See parse_interpolation() for what's
* supported after '%'.
*
* Sends a QMP message to QEMU and returns the response.