diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-02-02 22:31:06 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-18 11:13:05 +0200 |
commit | bd7ced98812dbb906950d8b0ec786f14f631cede (patch) | |
tree | 048b8bfcdc83fb405002ac8fc9eb5d0e539d488a /fs/super.c | |
parent | a9eb221ab52480e86be60ab4cc3237fa4344b0cc (diff) | |
download | linux-bd7ced98812dbb906950d8b0ec786f14f631cede.tar.bz2 |
Doc: treewide : Fix typos in DocBook/filesystem.xml
This patch fix spelling typos found in DocBook/filesystem.xml.
It is because the file was generated from comments in code,
I have to fix the comments in codes, instead of xml file.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/super.c')
-rw-r--r-- | fs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/super.c b/fs/super.c index 7ea56de57d4b..6cd9f719cf61 100644 --- a/fs/super.c +++ b/fs/super.c @@ -285,7 +285,7 @@ static void put_super(struct super_block *sb) * deactivate_locked_super - drop an active reference to superblock * @s: superblock to deactivate * - * Drops an active reference to superblock, converting it into a temprory + * Drops an active reference to superblock, converting it into a temporary * one if there is no other active references left. In that case we * tell fs driver to shut it down and drop the temporary reference we * had just acquired. |