Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/amd64 Small typo in comment.
details: https://anonhg.NetBSD.org/src/rev/fda23ea50c31
branches: trunk
changeset: 751953:fda23ea50c31
user: njoly <njoly%NetBSD.org@localhost>
date: Tue Feb 09 16:46:07 2010 +0000
description:
Small typo in comment.
diffstat:
sys/compat/linux/arch/amd64/linux_exec_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 43ae571cb0a5 -r fda23ea50c31 sys/compat/linux/arch/amd64/linux_exec_machdep.c
--- a/sys/compat/linux/arch/amd64/linux_exec_machdep.c Tue Feb 09 16:16:26 2010 +0000
+++ b/sys/compat/linux/arch/amd64/linux_exec_machdep.c Tue Feb 09 16:46:07 2010 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index