Fixed double word typo.

MFC after:	7 days
This commit is contained in:
Jens Schweikhardt
2001-07-13 20:11:43 +00:00
parent 6036d427b7
commit d1ed27b64a
5 changed files with 4 additions and 5 deletions
-1
View File
@@ -16,7 +16,6 @@ about
across
after
al
al
all
allow
am
+1 -1
View File
@@ -315,7 +315,7 @@ sized strings that can be fit in the buffer pointed to by
.Va ifcr_buffer .
On return,
.Va ifcr_total
will be set the the number of clonable interfaces and the buffer pointed
will be set to the number of clonable interfaces and the buffer pointed
to by
.Va ifcr_buffer
will be filled with the names of clonable interfaces aligned on
+1 -1
View File
@@ -53,7 +53,7 @@ Host
adapter must also be separately configured into the system
before a
.Tn SCSI
SCSI Environmental Services device can be configured.
Environmental Services device can be configured.
.Sh KERNEL CONFIGURATION
It is only necessary to explicitly configure one
.Nm
+1 -1
View File
@@ -348,7 +348,7 @@ see
The size of the data represented by this symbol.
.El
.Pp
A hash table is included within the text segment of shared object to
A hash table is included within the text segment of shared object
to facilitate quick lookup of symbols during run-time link-editing.
The
.Fa sdt_hash
+1 -1
View File
@@ -144,7 +144,7 @@ all of the protected operations are completed before the lock is released.
The current set of atomic operations do not necessarily guarantee atomicity
across multiple processors.
To guarantee atomicity across processors, not only does the individual
operation need to be atomic on the processor performing the operation, but the
operation need to be atomic on the processor performing the operation, but
the result of the operation needs to be pushed out to stable storage and the
caches of all other processors on the system need to invalidate any cache
lines that include the affected memory region.