1 ext4: fix misspellings in comments.
3 From: Adam Buchbinder <adam.buchbinder@gmail.com>
5 Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
6 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
8 fs/ext4/ext4_extents.h | 2 +-
9 fs/ext4/extents.c | 2 +-
10 fs/ext4/ialloc.c | 2 +-
11 fs/ext4/mballoc.c | 2 +-
12 fs/ext4/migrate.c | 2 +-
13 5 files changed, 5 insertions(+), 5 deletions(-)
15 diff --git a/fs/ext4/ext4_extents.h b/fs/ext4/ext4_extents.h
16 index 3c93815..8ecf84b 100644
17 --- a/fs/ext4/ext4_extents.h
18 +++ b/fs/ext4/ext4_extents.h
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
23 - * You should have received a copy of the GNU General Public Licens
24 + * You should have received a copy of the GNU General Public License
25 * along with this program; if not, write to the Free Software
26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
28 diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
29 index 3753ceb..2d4d96c 100644
30 --- a/fs/ext4/extents.c
31 +++ b/fs/ext4/extents.c
33 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 * GNU General Public License for more details.
36 - * You should have received a copy of the GNU General Public Licens
37 + * You should have received a copy of the GNU General Public License
38 * along with this program; if not, write to the Free Software
39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
41 diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c
42 index acc0ad5..237b877 100644
43 --- a/fs/ext4/ialloc.c
44 +++ b/fs/ext4/ialloc.c
45 @@ -787,7 +787,7 @@ struct inode *__ext4_new_inode(handle_t *handle, struct inode *dir,
49 - * Initalize owners and quota early so that we don't have to account
50 + * Initialize owners and quota early so that we don't have to account
51 * for quota initialization worst case in standard inode creating
54 diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
55 index 4424b7b..41f4786 100644
56 --- a/fs/ext4/mballoc.c
57 +++ b/fs/ext4/mballoc.c
59 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
60 * GNU General Public License for more details.
62 - * You should have received a copy of the GNU General Public Licens
63 + * You should have received a copy of the GNU General Public License
64 * along with this program; if not, write to the Free Software
65 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-
67 diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c
68 index a465189..364ea4d 100644
69 --- a/fs/ext4/migrate.c
70 +++ b/fs/ext4/migrate.c
71 @@ -361,7 +361,7 @@ static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode,
74 * While converting to extents we need not
75 - * update the orignal inode i_blocks for extent blocks
76 + * update the original inode i_blocks for extent blocks
77 * via quota APIs. The quota update happened via tmp_inode already.
79 spin_lock(&inode->i_lock);
81 2.7.0.rc3.207.g0ac5344