Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: fix misspellings in comments.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

authored by

Adam Buchbinder and committed by
Theodore Ts'o
b8a07463 c0a2ad9b

+5 -5
+1 -1
fs/ext4/ext4_extents.h
··· 11 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 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 15 * along with this program; if not, write to the Free Software 16 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- 17 17 */
+1 -1
fs/ext4/extents.c
··· 15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 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 19 * along with this program; if not, write to the Free Software 20 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- 21 21 */
+1 -1
fs/ext4/ialloc.c
··· 787 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 791 * for quota initialization worst case in standard inode creating 792 792 * transaction 793 793 */
+1 -1
fs/ext4/mballoc.c
··· 11 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 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 15 * along with this program; if not, write to the Free Software 16 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- 17 17 */
+1 -1
fs/ext4/migrate.c
··· 361 361 * blocks. 362 362 * 363 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 365 * via quota APIs. The quota update happened via tmp_inode already. 366 366 */ 367 367 spin_lock(&inode->i_lock);