mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qapi: Spell JSON null correctly in blockdev-reopen documentation
The doc comment misspells JSON null as NULL. Fix that. Cc: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20250527073916.1243024-10-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
@@ -4947,7 +4947,7 @@
|
||||
# 3) A reference to a different node: the current child is replaced
|
||||
# with the specified one.
|
||||
#
|
||||
# 4) NULL: the current child (if any) is detached.
|
||||
# 4) null: the current child (if any) is detached.
|
||||
#
|
||||
# Options (1) and (2) are supported in all cases. Option (3) is
|
||||
# supported for @file and @backing, and option (4) for @backing only.
|
||||
|
||||
Reference in New Issue
Block a user