add patch drop-unneeded-BUFFER_TRACE-in-ext4_delete_inline_entry
[ext4-patch-queue.git] / fix-misspellings-in-comments
blobab353a9e16e5d7fd877b96a4c14ddf07c7e2cc6e
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>
7 ---
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
19 @@ -11,7 +11,7 @@
20   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21   * GNU General Public License for more details.
22   *
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-
27   */
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
32 @@ -15,7 +15,7 @@
33   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34   * GNU General Public License for more details.
35   *
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-
40   */
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,
46         sbi = EXT4_SB(sb);
48         /*
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
52          * transaction
53          */
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
58 @@ -11,7 +11,7 @@
59   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
60   * GNU General Public License for more details.
61   *
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-
66   */
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,
72          * blocks.
73          *
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.
78          */
79         spin_lock(&inode->i_lock);
80 -- 
81 2.7.0.rc3.207.g0ac5344