Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/modload various spelling
details: https://anonhg.NetBSD.org/src/rev/a88c1bd31d0f
branches: trunk
changeset: 534396:a88c1bd31d0f
user: joda <joda%NetBSD.org@localhost>
date: Wed Jul 24 14:14:10 2002 +0000
description:
various spelling
diffstat:
sbin/modload/elf.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 6e6e2109ffc5 -r a88c1bd31d0f sbin/modload/elf.c
--- a/sbin/modload/elf.c Wed Jul 24 10:17:45 2002 +0000
+++ b/sbin/modload/elf.c Wed Jul 24 14:14:10 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elf.c,v 1.9 2002/04/03 19:03:09 jdolecek Exp $ */
+/* $NetBSD: elf.c,v 1.10 2002/07/24 14:14:10 joda Exp $ */
/*
* Copyright (c) 1998 Johan Danielsson <joda%pdc.kth.se@localhost>
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: elf.c,v 1.9 2002/04/03 19:03:09 jdolecek Exp $");
+__RCSID("$NetBSD: elf.c,v 1.10 2002/07/24 14:14:10 joda Exp $");
#include <sys/param.h>
@@ -76,7 +76,7 @@
};
/* adds the section `s' at the correct (sorted by address) place in
- the list ponted to by head; *head may be NULL */
+ the list pointed to by head; *head may be NULL */
static void
add_section(struct elf_section **head, struct elf_section *s)
{
@@ -318,7 +318,7 @@
* -e entry point
* -o output file
* -Ttext address to link text segment to in hex (assumes it's
- * a page boundry)
+ * a page boundary)
* -Tdata address to link data segment to in hex
* <target> object file */
@@ -349,7 +349,7 @@
errx(1, "link command longer than %lu bytes", (u_long)len);
}
-/* load a prelinked module; returns entry point */
+/* load a pre-linked module; returns entry point */
void *
elf_mod_load(int fd)
{
Home |
Main Index |
Thread Index |
Old Index