Merge pull request #128158 from felixsinger/coreboot/fix-typo

coreboot-utils: Fix typo
This commit is contained in:
maralorn 2021-06-26 15:36:49 +02:00 committed by GitHub
commit 867c0f8540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ let
};
cbmem = generic {
pname = "cbmem";
meta.description = "Coreboot console log reader";
meta.description = "coreboot console log reader";
};
ifdtool = generic {
pname = "ifdtool";