diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-02 14:26:33 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-02 14:26:33 +0200 |
commit | 95f7953f2c46c7b9c799250aa8dc6eb10cc5c726 (patch) | |
tree | a59020f297e319343585b41e5afae9630dc8223d /e2fsprogs | |
parent | 18e781dc02cfc293d33b02f924ef70513c2f205a (diff) | |
download | busybox-95f7953f2c46c7b9c799250aa8dc6eb10cc5c726.tar.gz |
do not use `a' quoting style in comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/e2fs_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2fs_lib.h b/e2fsprogs/e2fs_lib.h index f2ae56f43..ae28c353b 100644 --- a/e2fsprogs/e2fs_lib.h +++ b/e2fsprogs/e2fs_lib.h @@ -26,7 +26,7 @@ int fgetsetflags(const char *name, unsigned long *get_flags, unsigned long set_f #define fgetflags(name, flags) fgetsetflags(name, flags, 0) #define fsetflags(name, flags) fgetsetflags(name, NULL, flags) -/* Must be 1 for compatibility with `int long_format'. */ +/* Must be 1 for compatibility with 'int long_format'. */ #define PFOPT_LONG 1 /* Print file attributes on an ext2 file system */ void print_e2flags(FILE *f, unsigned long flags, unsigned options); |