diff options
| -rw-r--r-- | sys/arch/amd64/stand/efi/include/amd64/efibind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/stand/efi/include/amd64/efibind.h b/sys/arch/amd64/stand/efi/include/amd64/efibind.h index da7583a85f7..1d0dcd951c3 100644 --- a/sys/arch/amd64/stand/efi/include/amd64/efibind.h +++ b/sys/arch/amd64/stand/efi/include/amd64/efibind.h @@ -167,7 +167,7 @@ typedef uint64_t UINTN; #if _MSC_EXTENSIONS #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler #else - #define EFIAPI // Substitute expresion to force C calling convention + #define EFIAPI // Substitute expression to force C calling convention #endif #endif |
