Browse Source

trivial: fix a pdlfush -> pdflush typo in comment

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Masatake YAMATO 16 years ago
parent
commit
3e3cb64f6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/fs-writeback.c

+ 1 - 1
fs/fs-writeback.c

@@ -420,7 +420,7 @@ __writeback_single_inode(struct inode *inode, struct writeback_control *wbc)
  * If older_than_this is non-NULL, then only write out inodes which
  * If older_than_this is non-NULL, then only write out inodes which
  * had their first dirtying at a time earlier than *older_than_this.
  * had their first dirtying at a time earlier than *older_than_this.
  *
  *
- * If we're a pdlfush thread, then implement pdflush collision avoidance
+ * If we're a pdflush thread, then implement pdflush collision avoidance
  * against the entire list.
  * against the entire list.
  *
  *
  * If `bdi' is non-zero then we're being asked to writeback a specific queue.
  * If `bdi' is non-zero then we're being asked to writeback a specific queue.