diff options
author | Sen Jiang <senj@google.com> | 2018-04-04 17:59:10 -0700 |
---|---|---|
committer | Sen Jiang <senj@google.com> | 2018-04-04 18:07:19 -0700 |
commit | 771f6486a3b0333d43a2f8c743bfb945dca9db2c (patch) | |
tree | c72aa56680550f17c2b60621a1ede140f550aec8 /payload_generator/filesystem_interface.h | |
parent | a57d53e3edbda255a938a7dc76a2f38faeb520d4 (diff) |
Correct some spellings.
Test: mma
Change-Id: Icc49a4ee76f12d302ed18982d334f2f70b7263a8
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> |