Skip to content

Commit

Permalink
Switch to new official GitHub based gnu-efi
Browse files Browse the repository at this point in the history
* Also fix a couple typos
  • Loading branch information
pbatard committed May 16, 2024
1 parent 305d55e commit 34e769c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "gnu-efi"]
path = gnu-efi
url = https://github.com/pbatard/gnu-efi.git
url = https://github.com/ncroxon/gnu-efi.git
2 changes: 1 addition & 1 deletion gnu-efi
2 changes: 1 addition & 1 deletion src/console.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* uefi-md5sum: UEFI MD5Sum validator - gConsole related functions
* uefi-md5sum: UEFI MD5Sum validator - Console related functions
* Copyright © 2024 Pete Batard <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ EFI_STATUS Parse(
goto out;
}

// Allocate a array of hash entries
// Allocate an array of hash entries
HashList = AllocateZeroPool(NumLines * sizeof(HASH_ENTRY));
if (HashList == NULL) {
Status = EFI_OUT_OF_RESOURCES;
Expand Down

0 comments on commit 34e769c

Please sign in to comment.