diff options
Diffstat (limited to 'payload_generator/filesystem_interface.h')
-rw-r--r-- | payload_generator/filesystem_interface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/payload_generator/filesystem_interface.h b/payload_generator/filesystem_interface.h index b1506e44..08dfd19b 100644 --- a/payload_generator/filesystem_interface.h +++ b/payload_generator/filesystem_interface.h @@ -19,9 +19,9 @@ // This class is used to abstract a filesystem and iterate the blocks // associated with the files and filesystem structures. -// For the purposes of the update payload generation, a filesystem is a formated -// partition composed by fixed-size blocks, since that's the interface used in -// the update payload. +// For the purposes of the update payload generation, a filesystem is a +// formatted partition composed by fixed-size blocks, since that's the interface +// used in the update payload. #include <sys/stat.h> #include <sys/types.h> |