Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spelling: information
3 trivial fixes: 2 .json comments which goes to
executables, and 1 .h file comment.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
Michael Tokarev committed Jun 9, 2023
1 parent e26042e commit ba6a6b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/ui/clipboard.h
Expand Up @@ -170,7 +170,7 @@ void qemu_clipboard_peer_release(QemuClipboardPeer *peer,
*
* @selection: clipboard selection.
*
* Return the current clipboard data & owner informations.
* Return the current clipboard data & owner information.
*/
QemuClipboardInfo *qemu_clipboard_info(QemuClipboardSelection selection);

Expand Down
2 changes: 1 addition & 1 deletion qapi/cryptodev.json
Expand Up @@ -75,7 +75,7 @@
#
# @service: supported service types of a crypto device
#
# @client: the additional infomation of the crypto device
# @client: the additional information of the crypto device
#
# Since: 8.0
##
Expand Down
2 changes: 1 addition & 1 deletion qga/qapi-schema.json
Expand Up @@ -931,7 +931,7 @@
##
# @GuestNVMeSmart:
#
# NVMe smart informations, based on NVMe specification, section
# NVMe smart information, based on NVMe specification, section
# <SMART / Health Information (Log Identifier 02h)>
#
# Since: 7.1
Expand Down

0 comments on commit ba6a6b0

Please sign in to comment.