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.