git: d34de8d378b3 - main - crunchide(1): Fix a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Jul 2022 11:33:07 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d34de8d378b36c48b3ae46a0abf8d8eb041877ad commit d34de8d378b36c48b3ae46a0abf8d8eb041877ad Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-07-16 11:32:47 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-07-16 11:32:47 +0000 crunchide(1): Fix a typo in a comment - s/maek/make/ Obtained from: NetBSD MFC after: 3 days --- usr.sbin/crunch/crunchide/exec_elf32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/crunch/crunchide/exec_elf32.c b/usr.sbin/crunch/crunchide/exec_elf32.c index f7b8601911fe..b9af82e1e5e7 100644 --- a/usr.sbin/crunch/crunchide/exec_elf32.c +++ b/usr.sbin/crunch/crunchide/exec_elf32.c @@ -162,7 +162,7 @@ ELFNAMEEND(check)(int fd, const char *fn __unused) unsigned char data; /* - * Check the header to maek sure it's an ELF file (of the + * Check the header to make sure it's an ELF file (of the * appropriate size). */ if (fstat(fd, &sb) == -1)