diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2019-11-01 08:56:15 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-11-24 07:49:03 -0500 |
commit | 4be5d38ad6923ed1c4ddbd809d9fa8c685404759 (patch) | |
tree | a3c601fea1af3ba9d8d203a4fb53bf837c8096cd | |
parent | a610121f250b60dd146d6790ab2b0420dd44309a (diff) | |
download | virtio-spec-4be5d38ad6923ed1c4ddbd809d9fa8c685404759.tar.gz |
Fix typo
It's balloon, not ballon.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Stefan Fritsch <sf@sfritsch.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index d498464..a6b81b8 100644 --- a/content.tex +++ b/content.tex @@ -4646,7 +4646,7 @@ guest memory statistics to the host. \item[2] statsq. \end{description} - Virtqueue 2 only exists if VIRTIO_BALLON_F_STATS_VQ set. + Virtqueue 2 only exists if VIRTIO_BALLOON_F_STATS_VQ set. \subsection{Feature bits}\label{sec:Device Types / Memory Balloon Device / Feature bits} \begin{description} |