From 7cd6d948e574986f41cf8f8ec41bc8323ec5fa9f Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Mon, 11 Feb 2013 00:08:08 +0000 Subject: [PATCH] Some 'igor -z' improvements. Approved by: gjb (mentor) --- en_US.ISO8859-1/books/arch-handbook/smp/chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/arch-handbook/smp/chapter.xml b/en_US.ISO8859-1/books/arch-handbook/smp/chapter.xml index 0d0f001e6c..bda5ce70f4 100644 --- a/en_US.ISO8859-1/books/arch-handbook/smp/chapter.xml +++ b/en_US.ISO8859-1/books/arch-handbook/smp/chapter.xml @@ -125,7 +125,7 @@ - Read Locks versus Write Locks + Read Locks Versus Write Locks read locks write locks @@ -655,7 +655,7 @@ needed. Those items that do not matter if the race is won or lost will not be locked, since they tend to be read all over the place - (e.g. &man.device.get.softc.9;). There will be relatively few + (e.g., &man.device.get.softc.9;). There will be relatively few changes to the newbus data structures, so a single lock should be sufficient and not impose a performance penalty.