diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-13 10:33:20 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-09-13 14:14:31 +0200 |
commit | b6b33f67dfc6e81dbbdd10c102f2665e7472cd4d (patch) | |
tree | 716326171c1d23c8fac1f5b412759e6986894963 /OvmfPkg/VirtioScsiDxe | |
parent | 8c0b0b34f7875571ee9d3a2a1a28484cef36d969 (diff) | |
download | edk2-b6b33f67dfc6e81dbbdd10c102f2665e7472cd4d.tar.gz |
OvmfPkg: Fix typing errors in header files
Correct some typos in the header files of the OvmfPkg
(which have been discovered with the codespell utility).
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/VirtioScsiDxe')
-rw-r--r-- | OvmfPkg/VirtioScsiDxe/VirtioScsi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/VirtioScsiDxe/VirtioScsi.h b/OvmfPkg/VirtioScsiDxe/VirtioScsi.h index 80840d353e..6d00567e8c 100644 --- a/OvmfPkg/VirtioScsiDxe/VirtioScsi.h +++ b/OvmfPkg/VirtioScsiDxe/VirtioScsi.h @@ -32,7 +32,7 @@ // identification, and 8 bytes for LUN identification.
//
// EFI_EXT_SCSI_PASS_THRU_MODE.AdapterId is also a target identifier,
-// consisting of 4 bytes. Make sure TARGET_MAX_BYTES can accomodate both
+// consisting of 4 bytes. Make sure TARGET_MAX_BYTES can accommodate both
// AdapterId and our target identifiers.
//
#if TARGET_MAX_BYTES < 4
|