diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-03-09 23:49:05 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-03-09 23:49:05 -0500 |
commit | b8a07463c8c5fd7c609590c7cd9eda897a1b6cd6 (patch) | |
tree | b2c1287712eeaccc8ef05dedc320154cc052aa9a | |
parent | c0a2ad9b50dd80eeccd73d9ff962234590d5ec93 (diff) |
ext4: fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r-- | fs/ext4/ext4_extents.h | 2 | ||||
-rw-r--r-- | fs/ext4/extents.c | 2 | ||||
-rw-r--r-- | fs/ext4/ialloc.c | 2 | ||||
-rw-r--r-- | fs/ext4/mballoc.c | 2 | ||||
-rw-r--r-- | fs/ext4/migrate.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/fs/ext4/ext4_extents.h b/fs/ext4/ext4_extents.h index 3c9381547094..8ecf84b8f5a1 100644 --- a/fs/ext4/ext4_extents.h +++ b/fs/ext4/ext4_extents.h | |||
@@ -11,7 +11,7 @@ | |||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public Licens | 14 | * You should have received a copy of the GNU General Public License |
15 | * along with this program; if not, write to the Free Software | 15 | * along with this program; if not, write to the Free Software |
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- | 16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- |
17 | */ | 17 | */ |
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 2730039d4742..95bf4679ac54 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | * GNU General Public License for more details. | 16 | * GNU General Public License for more details. |
17 | * | 17 | * |
18 | * You should have received a copy of the GNU General Public Licens | 18 | * You should have received a copy of the GNU General Public License |
19 | * along with this program; if not, write to the Free Software | 19 | * along with this program; if not, write to the Free Software |
20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- | 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- |
21 | */ | 21 | */ |
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index acc0ad56bf2f..237b877d316d 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c | |||
@@ -787,7 +787,7 @@ struct inode *__ext4_new_inode(handle_t *handle, struct inode *dir, | |||
787 | sbi = EXT4_SB(sb); | 787 | sbi = EXT4_SB(sb); |
788 | 788 | ||
789 | /* | 789 | /* |
790 | * Initalize owners and quota early so that we don't have to account | 790 | * Initialize owners and quota early so that we don't have to account |
791 | * for quota initialization worst case in standard inode creating | 791 | * for quota initialization worst case in standard inode creating |
792 | * transaction | 792 | * transaction |
793 | */ | 793 | */ |
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index f6ff47838670..0ca2f4c40b0a 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public Licens | 14 | * You should have received a copy of the GNU General Public License |
15 | * along with this program; if not, write to the Free Software | 15 | * along with this program; if not, write to the Free Software |
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- | 16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- |
17 | */ | 17 | */ |
diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c index a4651894cc33..364ea4d4a943 100644 --- a/fs/ext4/migrate.c +++ b/fs/ext4/migrate.c | |||
@@ -361,7 +361,7 @@ static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, | |||
361 | * blocks. | 361 | * blocks. |
362 | * | 362 | * |
363 | * While converting to extents we need not | 363 | * While converting to extents we need not |
364 | * update the orignal inode i_blocks for extent blocks | 364 | * update the original inode i_blocks for extent blocks |
365 | * via quota APIs. The quota update happened via tmp_inode already. | 365 | * via quota APIs. The quota update happened via tmp_inode already. |
366 | */ | 366 | */ |
367 | spin_lock(&inode->i_lock); | 367 | spin_lock(&inode->i_lock); |