Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux.git] / include / linux / pipe_fs_i.h
index 6dffcebe6105a5b372bcccb89bb248996908cf55..eb8b8ac6df3c844e2bd84903e0a50ff07f1575fe 100644 (file)
@@ -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