summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/VirtioScsiDxe
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:11 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit9854561c085df43139625aa275dd67144c75e432 (patch)
tree2ae20489e4395bc237184c02b8302d3752052ae7 /OvmfPkg/VirtioScsiDxe
parenta2e75595766b370bf12207b716f9fbf1b5895445 (diff)
downloadedk2-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/VirtioScsiDxe')
-rw-r--r--OvmfPkg/VirtioScsiDxe/VirtioScsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/VirtioScsiDxe/VirtioScsi.c b/OvmfPkg/VirtioScsiDxe/VirtioScsi.c
index e50a697daa..935d154395 100644
--- a/OvmfPkg/VirtioScsiDxe/VirtioScsi.c
+++ b/OvmfPkg/VirtioScsiDxe/VirtioScsi.c
@@ -497,7 +497,7 @@ VirtioScsiPassThru (
// * we perform the request fine
// * but we fail to unmap the "InDataMapping"
//
- // In that case simply returing the EFI_DEVICE_ERROR is not sufficient. In
+ // In that case simply returning the EFI_DEVICE_ERROR is not sufficient. In
// addition to the error code we also need to update Packet fields
// accordingly so that we report the full loss of the incoming transfer.
//