Skip to content

Commit

Permalink
blkif: Fix a couple of typos
Browse files Browse the repository at this point in the history
Those where fixed in OVMF's copy. (And one of them fixed in QEMU's
copy but later discarded by an update.)

Signed-off-by: Anthony PERARD <[email protected]>
Reviewed-by: Frediano Ziglio <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Reviewed-by: Roger Pau Monné <[email protected]>
  • Loading branch information
tperard authored and andyhhp committed Sep 26, 2024
1 parent e9a0101 commit 4570521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xen/include/public/io/blkif.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* All data in the XenStore is stored as strings. Nodes specifying numeric
* values are encoded in decimal. Integer value ranges listed below are
* expressed as fixed sized integer types capable of storing the conversion
* of a properly formated node string, without loss of information.
* of a properly formatted node string, without loss of information.
*
* Any specified default value is in effect if the corresponding XenBus node
* is not present in the XenStore.
Expand Down Expand Up @@ -328,7 +328,7 @@
* access (even when it should be read-only). If the frontend hits the
* maximum number of allowed persistently mapped grants, it can fallback
* to non persistent mode. This will cause a performance degradation,
* since the the backend driver will still try to map those grants
* since the backend driver will still try to map those grants
* persistently. Since the persistent grants protocol is compatible with
* the previous protocol, a frontend driver can choose to work in
* persistent mode even when the backend doesn't support it.
Expand Down

0 comments on commit 4570521

Please sign in to comment.