summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/picobsd/tinyware/ns/README2
-rw-r--r--sbin/nos-tun/nos-tun.c4
-rw-r--r--sys/boot/i386/libi386/vidconsole.c2
-rw-r--r--sys/boot/pc98/boot2/io.c2
-rw-r--r--sys/boot/pc98/libpc98/vidconsole.c2
-rw-r--r--sys/dev/ata/ata-all.h2
-rw-r--r--sys/dev/fb/vga.c2
-rw-r--r--sys/dev/sym/sym_hipd.c2
-rw-r--r--sys/pci/ncr.c2
-rw-r--r--usr.sbin/bootparamd/bootparamd/README4
-rw-r--r--usr.sbin/pcvt/vttest/README6
11 files changed, 16 insertions, 14 deletions
diff --git a/release/picobsd/tinyware/ns/README b/release/picobsd/tinyware/ns/README
index 830915c..8d5f503 100644
--- a/release/picobsd/tinyware/ns/README
+++ b/release/picobsd/tinyware/ns/README
@@ -33,7 +33,7 @@ where
Bugs
----
-* 'ns' doesn't resolve IP adresses to names
+* 'ns' doesn't resolve IP addresses to names
* well, real netstat provides _much_ more information... but this one needs
to be small, right? :-)
diff --git a/sbin/nos-tun/nos-tun.c b/sbin/nos-tun/nos-tun.c
index 95abd5f..79519fa 100644
--- a/sbin/nos-tun/nos-tun.c
+++ b/sbin/nos-tun/nos-tun.c
@@ -132,7 +132,7 @@ int tun_open(char *devname, struct sockaddr *ouraddr, char *theiraddr)
}
/*
- * Delete (previous) adresses for interface
+ * Delete (previous) addresses for interface
*
* !!!!
* On FreeBSD this ioctl returns error
@@ -215,7 +215,7 @@ void Finish(int signum)
}
/*
- * Delete adresses for interface
+ * Delete addresses for interface
*/
bzero(&ifra.ifra_addr, sizeof(ifra.ifra_addr));
bzero(&ifra.ifra_broadaddr, sizeof(ifra.ifra_addr));
diff --git a/sys/boot/i386/libi386/vidconsole.c b/sys/boot/i386/libi386/vidconsole.c
index 56841a5..6b89ae9 100644
--- a/sys/boot/i386/libi386/vidconsole.c
+++ b/sys/boot/i386/libi386/vidconsole.c
@@ -550,7 +550,7 @@ delay7(void)
* This routine uses an inb to an unused port, the time to execute that
* inb is approximately 1.25uS. This value is pretty constant across
* all CPU's and all buses, with the exception of some PCI implentations
- * that do not forward this I/O adress to the ISA bus as they know it
+ * that do not forward this I/O address to the ISA bus as they know it
* is not a valid ISA bus address, those machines execute this inb in
* 60 nS :-(.
*
diff --git a/sys/boot/pc98/boot2/io.c b/sys/boot/pc98/boot2/io.c
index dc5fb00..294de33 100644
--- a/sys/boot/pc98/boot2/io.c
+++ b/sys/boot/pc98/boot2/io.c
@@ -148,7 +148,7 @@ loop:
* This routine uses an inb to an unused port, the time to execute that
* inb is approximately 1.25uS. This value is pretty constant across
* all CPU's and all buses, with the exception of some PCI implentations
- * that do not forward this I/O adress to the ISA bus as they know it
+ * that do not forward this I/O address to the ISA bus as they know it
* is not a valid ISA bus address, those machines execute this inb in
* 60 nS :-(.
*
diff --git a/sys/boot/pc98/libpc98/vidconsole.c b/sys/boot/pc98/libpc98/vidconsole.c
index a2360c4..cd31218 100644
--- a/sys/boot/pc98/libpc98/vidconsole.c
+++ b/sys/boot/pc98/libpc98/vidconsole.c
@@ -704,7 +704,7 @@ delay7(void)
* This routine uses an inb to an unused port, the time to execute that
* inb is approximately 1.25uS. This value is pretty constant across
* all CPU's and all buses, with the exception of some PCI implentations
- * that do not forward this I/O adress to the ISA bus as they know it
+ * that do not forward this I/O address to the ISA bus as they know it
* is not a valid ISA bus address, those machines execute this inb in
* 60 nS :-(.
*
diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h
index 6be3a54..9eab30b 100644
--- a/sys/dev/ata/ata-all.h
+++ b/sys/dev/ata/ata-all.h
@@ -54,7 +54,7 @@
#define ATA_CYL_LSB 0x04 /* cylinder# LSB */
#define ATA_CYL_MSB 0x05 /* cylinder# MSB */
#define ATA_DRIVE 0x06 /* Sector/Drive/Head register */
-#define ATA_D_LBA 0x40 /* use LBA adressing */
+#define ATA_D_LBA 0x40 /* use LBA addressing */
#define ATA_D_IBM 0xa0 /* 512 byte sectors, ECC */
#define ATA_CMD 0x07 /* command register */
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c
index 3a9dac1..a05ea1b 100644
--- a/sys/dev/fb/vga.c
+++ b/sys/dev/fb/vga.c
@@ -1605,7 +1605,7 @@ setup_mode:
params.regs[5-1+0x04] |= 0x04;
/* turn off doubleword mode */
params.regs[10+0x14] &= 0xbf;
- /* turn off word adressing */
+ /* turn off word addressing */
params.regs[10+0x17] |= 0x40;
/* set logical screen width */
params.regs[10+0x13] = 80;
diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c
index 2113da8..c6abd41 100644
--- a/sys/dev/sym/sym_hipd.c
+++ b/sys/dev/sym/sym_hipd.c
@@ -3930,7 +3930,7 @@ static void sym_settrans(hcb_p np, ccb_p cp, u_char dt, u_char ofs,
* scntl3: (see the manual)
*
* current script command:
- * dsp: script adress (relative to start of script).
+ * dsp: script address (relative to start of script).
* dbc: first word of script command.
*
* First 24 register of the chip:
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index 08f8381..8d6fb90 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -5215,7 +5215,7 @@ ncr_timeout (void *arg)
** scntl3: (see the manual)
**
** current script command:
-** dsp: script adress (relative to start of script).
+** dsp: script address (relative to start of script).
** dbc: first word of script command.
**
** First 16 register of the chip:
diff --git a/usr.sbin/bootparamd/bootparamd/README b/usr.sbin/bootparamd/bootparamd/README
index 85a2a54..508ee0f 100644
--- a/usr.sbin/bootparamd/bootparamd/README
+++ b/usr.sbin/bootparamd/bootparamd/README
@@ -1,4 +1,4 @@
-
+$FreeBSD$
This directory contains a version of the rpc.bootparamd, which have been
written using the Sun's RPC protocol for bootparamd. To use it you must
@@ -40,7 +40,7 @@ CALLBOOTD
The debugging tool callbootd is used to check the response you get
to a specific (booting) request. It can be used as
- callbootd server inet-adress
+ callbootd server inet-address
or
callbootd server hostname file
where "server" is a machine running the rpc.bootparamd program, "inet-address"
diff --git a/usr.sbin/pcvt/vttest/README b/usr.sbin/pcvt/vttest/README
index 589d08f..ffc2e8b 100644
--- a/usr.sbin/pcvt/vttest/README
+++ b/usr.sbin/pcvt/vttest/README
@@ -1,3 +1,5 @@
+$FreeBSD$
+
NOTES FROM THE MOD.SOURCES MODERATOR:
I split the source up into the three separate pieces it now is.
In doing this, I put lines like "int reading;" in a header file
@@ -23,9 +25,9 @@ serious bug, or ported it to VMS, do tell me. I can't promise any new
version release, though. From this version on (1.7b) VTTEST will have
to live its own life without its father holding its hand.
-My adress is:
+My address is:
-Network-mail adress: (mcvax,seismo)!enea!suadb!lindberg
+Network-mail address: (mcvax,seismo)!enea!suadb!lindberg
Real-world-mail address: Per Lindberg
QZ, Stockholm University Computing Center
OpenPOWER on IntegriCloud