diff options
author | Adam Buchbinder | 2016-03-09 23:49:05 -0500 |
---|---|---|
committer | Theodore Ts'o | 2016-03-09 23:49:05 -0500 |
commit | b8a07463c8c5fd7c609590c7cd9eda897a1b6cd6 (patch) | |
tree | b2c1287712eeaccc8ef05dedc320154cc052aa9a /fs/ext4/extents.c | |
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>
Diffstat (limited to 'fs/ext4/extents.c')
-rw-r--r-- | fs/ext4/extents.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public Licens + * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- */ |