Module Name: src
Committed By: njoly
Date: Tue Feb 9 16:46:07 UTC 2010
Modified Files:
src/sys/compat/linux/arch/amd64: linux_exec_machdep.c
Log Message:
Small typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
src/sys/compat/linux/arch/amd64/linux_exec_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/linux/arch/amd64/linux_exec_machdep.c
diff -u src/sys/compat/linux/arch/amd64/linux_exec_machdep.c:1.16 src/sys/compat/linux/arch/amd64/linux_exec_machdep.c:1.17
--- src/sys/compat/linux/arch/amd64/linux_exec_machdep.c:1.16 Sun Mar 29 01:02:50 2009
+++ src/sys/compat/linux/arch/amd64/linux_exec_machdep.c Tue Feb 9 16:46:07 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_exec_machdep.c,v 1.16 2009/03/29 01:02:50 mrg Exp $ */
+/* $NetBSD: linux_exec_machdep.c,v 1.17 2010/02/09 16:46:07 njoly Exp $ */
/*-
* Copyright (c) 2005 Emmanuel Dreyfus, all rights reserved
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_exec_machdep.c,v 1.16 2009/03/29 01:02:50 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_exec_machdep.c,v 1.17 2010/02/09 16:46:07 njoly Exp $");
#ifdef __amd64__
#define ELFSIZE 64
@@ -152,7 +152,7 @@
eh = (Elf_Ehdr *)pack->ep_hdr;
/*
- * We forgot this, so we ned to reload it now. XXX keep track of it?
+ * We forgot this, so we need to reload it now. XXX keep track of it?
*/
if (ap == NULL) {
phsize = eh->e_phnum * sizeof(Elf_Phdr);