diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-08-16 13:13:08 +0300 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2021-08-27 17:04:45 +0300 |
commit | f8d87ed9f0d546ac5b05e8e7d2b148d4b77599fa (patch) | |
tree | f5f1395d93ae56c706843b2be5958de152f48849 /fs/ntfs3/debug.h | |
parent | 11e4e66efd440216032f53ee7e5ca08cd263a292 (diff) | |
download | linux-f8d87ed9f0d546ac5b05e8e7d2b148d4b77599fa.tar.xz |
fs/ntfs3: Fix various spelling mistakes
There is a spelling mistake in a ntfs_err error message. Also
fix various spelling mistakes in comments.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'fs/ntfs3/debug.h')
-rw-r--r-- | fs/ntfs3/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs3/debug.h b/fs/ntfs3/debug.h index dfaa4c79dc6d..15ac42185e5b 100644 --- a/fs/ntfs3/debug.h +++ b/fs/ntfs3/debug.h @@ -3,7 +3,7 @@ * * Copyright (C) 2019-2021 Paragon Software GmbH, All rights reserved. * - * useful functions for debuging + * useful functions for debugging */ // clang-format off |