[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] xen/efi: efibind: Fix typo in comment
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |