summaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-03-03 10:39:08 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-10 23:45:58 +0000
commit9c647efd7fbbed299d289951e116b793ab7ec732 (patch)
treeba1b5ca6ba15c8c93e5df67efa796935f5c5e82f /utility
parent64b3697297f1d99176eaf081f3194a68b3bac2f8 (diff)
downloadvboot-9c647efd7fbbed299d289951e116b793ab7ec732.tar.gz
cleanup: Fix some typos in comments
No code changes, just fix a few spelling errors and change C++ style comments to C-style. BUG=none BRANCH=none TEST=make runtests Change-Id: I153f821a3f42a92867c7dc4761a2bcde7f2518c4 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/256123 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'utility')
-rw-r--r--utility/include/bmpblk_utility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/include/bmpblk_utility.h b/utility/include/bmpblk_utility.h
index fec2b02f..1d2fb94e 100644
--- a/utility/include/bmpblk_utility.h
+++ b/utility/include/bmpblk_utility.h
@@ -56,7 +56,7 @@ class BmpBlockUtil {
BmpBlockUtil(bool debug);
~BmpBlockUtil();
- /* Load all the images and related infomations according to a config file. */
+ /* Load all the images and related information according to a config file. */
void load_from_config(const char *filename);
/* Contruct the bmpblock. */