diff options
author | Markus Armbruster | 2022-02-18 15:55:51 +0100 |
---|---|---|
committer | Markus Armbruster | 2022-02-28 11:39:35 +0100 |
commit | 429d79e6be65b26d707f966aed03455badda8ef7 (patch) | |
tree | 75a4d9f2f5971f6429f07c93557bcaf903a7318f /qapi | |
parent | keyval: Fix grammar comment to cover downstream prefix (diff) | |
download | qemu-429d79e6be65b26d707f966aed03455badda8ef7.tar.gz qemu-429d79e6be65b26d707f966aed03455badda8ef7.tar.xz qemu-429d79e6be65b26d707f966aed03455badda8ef7.zip |
qapi: Fix stale reference to scripts/qapi.py in a comment
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220218145551.892787-3-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/qapi-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/qapi-util.c b/qapi/qapi-util.c index fda7044539..63596e11c5 100644 --- a/qapi/qapi-util.c +++ b/qapi/qapi-util.c @@ -113,7 +113,7 @@ bool qapi_bool_parse(const char *name, const char *value, bool *obj, Error **err * may contain only letters, digits, hyphen and period. * The special exception for enumeration names is not implemented. * See docs/devel/qapi-code-gen.txt for more on QAPI naming rules. - * Keep this consistent with scripts/qapi.py! + * Keep this consistent with scripts/qapi-gen.py! * If @complete, the parse fails unless it consumes @str completely. * Return its length on success, -1 on failure. */ |