[PATCH 2/2] qapi: Fix stale reference to scripts/qapi.py in a comment

Markus Armbruster posted 2 patches 3 years, 11 months ago
Maintainers: Michael Roth <michael.roth@amd.com>, Markus Armbruster <armbru@redhat.com>
[PATCH 2/2] qapi: Fix stale reference to scripts/qapi.py in a comment
Posted by Markus Armbruster 3 years, 11 months ago
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 qapi/qapi-util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
  */
-- 
2.35.1


Re: [PATCH 2/2] qapi: Fix stale reference to scripts/qapi.py in a comment
Posted by Philippe Mathieu-Daudé via 3 years, 11 months ago
On 18/2/22 15:55, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   qapi/qapi-util.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>