mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
treewide: Fix typo in Documentation/DocBook
This patch fix spelling typo in Documentation/DocBook. It is because .html and .xml files are generated by make htmldocs, I have to fix a typo within the source files. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
425529937b
commit
e227867f12
24 changed files with 34 additions and 34 deletions
|
@ -35,7 +35,7 @@ struct pipe_buffer {
|
|||
* @tmp_page: cached released page
|
||||
* @readers: number of current readers of this pipe
|
||||
* @writers: number of current writers of this pipe
|
||||
* @files: number of struct file refering this pipe (protected by ->i_lock)
|
||||
* @files: number of struct file referring this pipe (protected by ->i_lock)
|
||||
* @waiting_writers: number of writers blocked waiting for room
|
||||
* @r_counter: reader counter
|
||||
* @w_counter: writer counter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue