mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +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
|
@ -227,7 +227,7 @@ static void relay_destroy_buf(struct rchan_buf *buf)
|
|||
* relay_remove_buf - remove a channel buffer
|
||||
* @kref: target kernel reference that contains the relay buffer
|
||||
*
|
||||
* Removes the file from the fileystem, which also frees the
|
||||
* Removes the file from the filesystem, which also frees the
|
||||
* rchan_buf_struct and the channel buffer. Should only be called from
|
||||
* kref_put().
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue