Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2021 13:08:20 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2b0f6ad444c0 - main - efi(8): Fix a typo in a source code comment
Message-ID:  <202111071308.1A7D8K6j062208@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=2b0f6ad444c0ec82facf55c0ee4806c2ba217daa

commit 2b0f6ad444c0ec82facf55c0ee4806c2ba217daa
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-07 13:07:24 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-07 13:07:24 +0000

    efi(8): Fix a typo in a source code comment
    
    - s/writting/writing/
    
    MFC after:      3 days
---
 stand/efi/include/efiuga.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111071308.1A7D8K6j062208>