Module Name: src Committed By: andvar Date: Fri Jul 8 17:47:47 UTC 2022
Modified Files: src/usr.bin/crunch/crunchide: exec_elf32.c Log Message: s/maek/make/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/crunch/crunchide/exec_elf32.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/crunch/crunchide/exec_elf32.c diff -u src/usr.bin/crunch/crunchide/exec_elf32.c:1.14 src/usr.bin/crunch/crunchide/exec_elf32.c:1.15 --- src/usr.bin/crunch/crunchide/exec_elf32.c:1.14 Sat Apr 11 12:53:52 2009 +++ src/usr.bin/crunch/crunchide/exec_elf32.c Fri Jul 8 17:47:47 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: exec_elf32.c,v 1.14 2009/04/11 12:53:52 lukem Exp $ */ +/* $NetBSD: exec_elf32.c,v 1.15 2022/07/08 17:47:47 andvar Exp $ */ /* * Copyright (c) 1997, 1998 Christopher G. Demetriou @@ -36,7 +36,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: exec_elf32.c,v 1.14 2009/04/11 12:53:52 lukem Exp $"); +__RCSID("$NetBSD: exec_elf32.c,v 1.15 2022/07/08 17:47:47 andvar Exp $"); #endif #ifndef ELFSIZE @@ -133,7 +133,7 @@ ELFNAMEEND(check)(int fd, const char *fn struct stat sb; /* - * 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)