aboutsummaryrefslogtreecommitdiffstats
path: root/ext2ed/init.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2017-10-08 13:30:08 +0200
committerTheodore Ts'o <tytso@mit.edu>2017-10-15 23:00:11 -0400
commit055866d84dab5e4a0547f54d3bdc017ba4ba99b5 (patch)
treec528336b04e4dbd57ffc57bc9da0d2392844b1f9 /ext2ed/init.c
parentce20096fc6f3b38de62c2302e3a8cb87f389dda0 (diff)
downloadandroid_external_e2fsprogs-055866d84dab5e4a0547f54d3bdc017ba4ba99b5.tar.gz
android_external_e2fsprogs-055866d84dab5e4a0547f54d3bdc017ba4ba99b5.tar.bz2
android_external_e2fsprogs-055866d84dab5e4a0547f54d3bdc017ba4ba99b5.zip
Fix typos in code comments and developer docs
Signed-off-by: Sebastian Rasmussen <sebras@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Diffstat (limited to 'ext2ed/init.c')
-rw-r--r--ext2ed/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2ed/init.c b/ext2ed/init.c
index 718c0d08..4e584317 100644
--- a/ext2ed/init.c
+++ b/ext2ed/init.c
@@ -57,7 +57,7 @@ int init (void)
general_commands.last_command=-1; /* No commands whatsoever meanwhile */
ext2_commands.last_command=-1;
- add_general_commands (); /* Add the general commands, aviable always */
+ add_general_commands (); /* Add the general commands, available always */
device_handle=NULL; /* Notice that our device is still not set up */
device_offset=-1;
current_type=NULL; /* No filesystem specific types yet */