mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Various typo fixes.
Correct mis-spellings of "algorithm", "appear", "consistent" and (shame, shame) "kernel". Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
6340aa61b1
commit
d08df601a3
12 changed files with 16 additions and 16 deletions
|
@ -2,7 +2,7 @@
|
|||
#define __LINUX_SEQLOCK_H
|
||||
/*
|
||||
* Reader/writer consistent mechanism without starving writers. This type of
|
||||
* lock for data where the reader wants a consitent set of information
|
||||
* lock for data where the reader wants a consistent set of information
|
||||
* and is willing to retry if the information changes. Readers never
|
||||
* block but they may have to retry if a writer is in
|
||||
* progress. Writers do not wait for readers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue