summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/AArch64/ProcessorBind.h
diff options
context:
space:
mode:
authorMichael Brown2016-10-16 17:32:49 +0200
committerMichael Brown2016-10-16 18:08:02 +0200
commitf796d5b6b63d3b986996458b4dbed4679e1abb3a (patch)
tree8891c0d73d116f2a5ea97be4bb4f4310d13add74 /src/include/ipxe/efi/AArch64/ProcessorBind.h
parent[efi] Mark AppleNetBoot.h as a native iPXE header (diff)
downloadipxe-f796d5b6b63d3b986996458b4dbed4679e1abb3a.tar.gz
ipxe-f796d5b6b63d3b986996458b4dbed4679e1abb3a.tar.xz
ipxe-f796d5b6b63d3b986996458b4dbed4679e1abb3a.zip
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/AArch64/ProcessorBind.h')
-rw-r--r--src/include/ipxe/efi/AArch64/ProcessorBind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/efi/AArch64/ProcessorBind.h b/src/include/ipxe/efi/AArch64/ProcessorBind.h
index d4301726..858aefe3 100644
--- a/src/include/ipxe/efi/AArch64/ProcessorBind.h
+++ b/src/include/ipxe/efi/AArch64/ProcessorBind.h
@@ -34,7 +34,7 @@ FILE_LICENCE ( BSD3 );
#if _MSC_EXTENSIONS
//
- // use Microsoft* C complier dependent integer width types
+ // use Microsoft* C compiler dependent integer width types
//
typedef unsigned __int64 UINT64;
typedef __int64 INT64;