aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-11-07 13:07:24 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-11-07 13:07:24 +0000
commit2b0f6ad444c0ec82facf55c0ee4806c2ba217daa (patch)
treeeeec706f0702180647fb26d1c0d8947efdcffe3f
parent3d6ed119e3fe123b7e18adf8672c45ab81068527 (diff)
downloadsrc-2b0f6ad444c0ec82facf55c0ee4806c2ba217daa.tar.gz
src-2b0f6ad444c0ec82facf55c0ee4806c2ba217daa.zip
efi(8): Fix a typo in a source code comment
- s/writting/writing/ MFC after: 3 days
-rw-r--r--stand/efi/include/efiuga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/efi/include/efiuga.h b/stand/efi/include/efiuga.h
index 28c738e7fbc4..00464b7cb4c0 100644
--- a/stand/efi/include/efiuga.h
+++ b/stand/efi/include/efiuga.h
@@ -139,7 +139,7 @@ typedef enum {
@retval EFI_SUCCESS - The Blt operation completed.
@retval EFI_INVALID_PARAMETER - BltOperation is not valid.
- @retval EFI_DEVICE_ERROR - A hardware error occurred writting to the video buffer.
+ @retval EFI_DEVICE_ERROR - A hardware error occurred writing to the video buffer.
--*/
typedef