Fix typos in Documentation/: 'S'
[linux-drm-fsl-dcu.git] / Documentation / RCU / whatisRCU.txt
index 318df44259b37f6556cbe5b6b4e9e12d4a26259a..f8092a891dd09d7a8b7272e991175a70f8dcd50a 100644 (file)
@@ -582,7 +582,7 @@ The rcu_read_lock() and rcu_read_unlock() primitive read-acquire
 and release a global reader-writer lock.  The synchronize_rcu()
 primitive write-acquires this same lock, then immediately releases
 it.  This means that once synchronize_rcu() exits, all RCU read-side
-critical sections that were in progress before synchonize_rcu() was
+critical sections that were in progress before synchronize_rcu() was
 called are guaranteed to have completed -- there is no way that
 synchronize_rcu() would have been able to write-acquire the lock
 otherwise.