diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:08:11 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | 9854561c085df43139625aa275dd67144c75e432 (patch) | |
tree | 2ae20489e4395bc237184c02b8302d3752052ae7 /OvmfPkg/Include | |
parent | a2e75595766b370bf12207b716f9fbf1b5895445 (diff) | |
download | edk2-9854561c085df43139625aa275dd67144c75e432.tar.gz edk2-9854561c085df43139625aa275dd67144c75e432.tar.bz2 edk2-9854561c085df43139625aa275dd67144c75e432.zip |
OvmfPkg/Virtio: Fix few typos
Fix few typos in comments and documentation.
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-59-philmd@redhat.com>
Diffstat (limited to 'OvmfPkg/Include')
-rw-r--r-- | OvmfPkg/Include/Library/VirtioLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/Include/Library/VirtioLib.h b/OvmfPkg/Include/Library/VirtioLib.h index e817a4206f..e714ec7aee 100644 --- a/OvmfPkg/Include/Library/VirtioLib.h +++ b/OvmfPkg/Include/Library/VirtioLib.h @@ -292,7 +292,7 @@ Virtio10WriteFeatures ( VIRTIO_UNMAP_SHARED.
- @retval EFI_SUCCESS The NumberOfBytes is succesfully mapped.
+ @retval EFI_SUCCESS The NumberOfBytes is successfully mapped.
@retval EFI_UNSUPPORTED The HostAddress cannot be mapped as a
common buffer.
@retval EFI_INVALID_PARAMETER One or more parameters are invalid.
|