diff mbox series

xen/efi: efibind: Fix typo in comment

Message ID 20240916093557.67850-1-frediano.ziglio@cloud.com (mailing list archive)
State New
Headers show
Series xen/efi: efibind: Fix typo in comment | expand

Commit Message

Frediano Ziglio Sept. 16, 2024, 9:35 a.m. UTC
expresion -> expression

Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
---
 xen/arch/x86/include/asm/x86_64/efibind.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Beulich Sept. 16, 2024, 11:44 a.m. UTC | #1
On 16.09.2024 11:35, Frediano Ziglio wrote:
> --- a/xen/arch/x86/include/asm/x86_64/efibind.h
> +++ b/xen/arch/x86/include/asm/x86_64/efibind.h
> @@ -176,7 +176,7 @@ typedef uint64_t   UINTN;
>      #elif __clang__ || __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
>          #define EFIAPI __attribute__((__ms_abi__))  // Force Microsoft ABI
>      #else
> -        #define EFIAPI          // Substitute expresion to force C calling convention
> +        #define EFIAPI          // Substitute expression to force C calling convention
>      #endif
>  #endif

This is an imported header iirc, where I would recommend against
doing such cosmetic changes on our side without them having been
done to the original.

Jan
diff mbox series

Patch

diff --git a/xen/arch/x86/include/asm/x86_64/efibind.h b/xen/arch/x86/include/asm/x86_64/efibind.h
index 28bc18c24b..b29342c61c 100644
--- a/xen/arch/x86/include/asm/x86_64/efibind.h
+++ b/xen/arch/x86/include/asm/x86_64/efibind.h
@@ -176,7 +176,7 @@  typedef uint64_t   UINTN;
     #elif __clang__ || __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
         #define EFIAPI __attribute__((__ms_abi__))  // Force Microsoft ABI
     #else
-        #define EFIAPI          // Substitute expresion to force C calling convention
+        #define EFIAPI          // Substitute expression to force C calling convention
     #endif
 #endif