git: 9b6ba7db90b0 - stable/13 - crunchide(1): Fix a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Jul 2022 16:01:36 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=9b6ba7db90b06cc8a5e6365216161f742fe5ff95
commit 9b6ba7db90b06cc8a5e6365216161f742fe5ff95
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-16 11:32:47 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-07-19 16:00:07 +0000
crunchide(1): Fix a typo in a comment
- s/maek/make/
Obtained from: NetBSD
(cherry picked from commit d34de8d378b36c48b3ae46a0abf8d8eb041877ad)
---
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)