diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-12-11 20:17:11 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-12-11 20:17:11 +0000 |
commit | 8d0bb110c71d61c255c2ee602da6172b2dc61eda (patch) | |
tree | 9062dd2ca6915477a1674dc2bc27ae7690a5bdf9 /sys | |
parent | 9bb1c20bfdf4ef186cc5f694766df575698c523d (diff) |
comment typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/efi/include/amd64/efibind.h | 2 | ||||
-rw-r--r-- | sys/arch/amd64/stand/efi/include/i386/efibind.h | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/sys/arch/amd64/stand/efi/include/i386/efibind.h b/sys/arch/amd64/stand/efi/include/i386/efibind.h index 264412a6839..c477816170f 100644 --- a/sys/arch/amd64/stand/efi/include/i386/efibind.h +++ b/sys/arch/amd64/stand/efi/include/i386/efibind.h @@ -163,7 +163,7 @@ typedef uint32_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 |