mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
efi(8): Fix a typo in a source code comment
- s/writting/writing/ MFC after: 3 days
This commit is contained in:
parent
3d6ed119e3
commit
2b0f6ad444
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue