summaryrefslogtreecommitdiff
path: root/payload_generator/squashfs_filesystem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'payload_generator/squashfs_filesystem.cc')
-rw-r--r--payload_generator/squashfs_filesystem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_generator/squashfs_filesystem.cc b/payload_generator/squashfs_filesystem.cc
index eb4fda37..6152d7d6 100644
--- a/payload_generator/squashfs_filesystem.cc
+++ b/payload_generator/squashfs_filesystem.cc
@@ -275,7 +275,7 @@ bool SquashfsFilesystem::Init(const string& map,
auto last = std::unique(zlib_blks.begin(), zlib_blks.end());
zlib_blks.erase(last, zlib_blks.end());
- // Sanity check. Make sure zlib blocks are not overlapping.
+ // Make sure zlib blocks are not overlapping.
auto result = std::adjacent_find(
zlib_blks.begin(),
zlib_blks.end(),