summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/include/vmparam.h6
-rw-r--r--sys/netinet/in.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc64/include/vmparam.h b/sys/arch/sparc64/include/vmparam.h
index af7e8de1f44..ba1bdaf2120 100644
--- a/sys/arch/sparc64/include/vmparam.h
+++ b/sys/arch/sparc64/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.16 2007/04/21 13:43:38 art Exp $ */
+/* $OpenBSD: vmparam.h,v 1.17 2008/06/04 18:11:34 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.18 2001/05/01 02:19:19 thorpej Exp $ */
/*
@@ -42,7 +42,7 @@
*/
/*
- * Machine dependent constants for Sun-4c SPARC
+ * Machine dependent constants for sun4u and sun4v UltraSPARC
*/
#ifndef VMPARAM_H
@@ -66,7 +66,7 @@
* Since the compiler generates `call' instructions we can't
* have more than 4GB in a single text segment.
*
- * And since we only have a 40-bit adderss space, allow half
+ * And since we only have a 40-bit address space, allow half
* of that for data and the other half for stack.
*/
#ifndef MAXTSIZ
diff --git a/sys/netinet/in.c b/sys/netinet/in.c
index e7db8861f4f..959f15b6db9 100644
--- a/sys/netinet/in.c
+++ b/sys/netinet/in.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.c,v 1.51 2007/10/01 16:39:30 krw Exp $ */
+/* $OpenBSD: in.c,v 1.52 2008/06/04 18:11:35 miod Exp $ */
/* $NetBSD: in.c,v 1.26 1996/02/13 23:41:39 christos Exp $ */
/*
@@ -811,7 +811,7 @@ in_addprefix(target, flags)
#endif
/*
* if we got a matching prefix route inserted by other
- * interface adderss, we don't need to bother
+ * interface address, we don't need to bother
*/
return 0;
}