crunchide(1): Fix a typo in a comment

- s/maek/make/

Obtained from:	NetBSD
MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-07-16 13:32:47 +02:00
parent ae37e4a0d1
commit d34de8d378

View file

@ -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)