summaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
Diffstat (limited to 'utility')
-rw-r--r--utility/bmpblk_utility.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/utility/bmpblk_utility.cc b/utility/bmpblk_utility.cc
index ba3f04fb..f4bde7c7 100644
--- a/utility/bmpblk_utility.cc
+++ b/utility/bmpblk_utility.cc
@@ -109,7 +109,7 @@ namespace vboot_reference {
fclose(fp);
- // HEY: Check the yaml file for self-consistency now. Warn on any problems.
+ // TODO: Check the yaml file for self-consistency. Warn on any problems.
// All images should be used somewhere in the screens.
// All images referenced in the screens should be defined.
// All screens should be used somewhere in the localizations.
@@ -145,7 +145,6 @@ namespace vboot_reference {
it->second.data.images[k].image_info_offset);
}
}
- // TODO(wfrichar): print debugging info about locale_names
}
}