summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2012-06-18 11:36:57 -0400
committerPeter Jones <pjones@redhat.com>2012-06-18 11:36:57 -0400
commit303724021c50dd0085a6241234621f12131d6c2c (patch)
tree97d95a1bf7006a9792319c5b64add3a4f802c3a3
parent7db60bd8c2eaecb428c5a095951bd20f9132e82f (diff)
downloadefi-boot-shim-303724021c50dd0085a6241234621f12131d6c2c.tar.gz
efi-boot-shim-303724021c50dd0085a6241234621f12131d6c2c.zip
Fix typos.
-rw-r--r--shim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shim.h b/shim.h
index ca325c0a..86da1323 100644
--- a/shim.h
+++ b/shim.h
@@ -6,8 +6,8 @@ INTERFACE_DECL(_SHIM_LOCK);
typedef
EFI_STATUS
(EFIAPI *EFI_SHIM_LOCK_VERIFY) (
- IN VOID *buffer;
- IN UINT32 size;
+ IN VOID *buffer,
+ IN UINT32 size
);
typedef struct _SHIM_LOCK {