summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmcc <mmcc@openbsd.org>2015-12-11 20:17:10 +0000
committermmcc <mmcc@openbsd.org>2015-12-11 20:17:10 +0000
commit36eec16e2e78d35efe1eb423e524f43dd8a0afa5 (patch)
tree6e9140df1b03781c68a796d0db95d5de7cd2f752
parentcomment typo (diff)
downloadwireguard-openbsd-36eec16e2e78d35efe1eb423e524f43dd8a0afa5.tar.xz
wireguard-openbsd-36eec16e2e78d35efe1eb423e524f43dd8a0afa5.zip
comment typo
-rw-r--r--sys/arch/amd64/stand/efi/include/i386/efibind.h2
1 files changed, 1 insertions, 1 deletions
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