diff options
Diffstat (limited to 'qapi')
| -rw-r--r-- | qapi/migration.json | 2 | ||||
| -rw-r--r-- | qapi/pragma.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/qapi/migration.json b/qapi/migration.json index 975761eebd..eb2f883513 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1658,7 +1658,7 @@ # # Migration stream channel parameters. # -# @channel-type: Channel type for transfering packet information. +# @channel-type: Channel type for transferring packet information. # # @addr: Migration endpoint configuration on destination interface. # diff --git a/qapi/pragma.json b/qapi/pragma.json index 7f810b0e97..0aa4eeddd3 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -3,8 +3,8 @@ { 'pragma': { 'doc-required': true } } -# Whitelists to permit QAPI rule violations; think twice before you -# add to them! +# Entries in these lists are allowed to violate the QAPI rules (for +# historical reasons); think twice before you add to them! { 'pragma': { # Command names containing '_' 'command-name-exceptions': [ |