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>
This commit is contained in:
Bill Richardson
2015-03-03 10:39:08 -08:00
committed by ChromeOS Commit Bot
parent 64b3697297
commit 9c647efd7f
10 changed files with 16 additions and 16 deletions

View File

@@ -201,7 +201,7 @@ VbError_t LoadKernel(LoadKernelParams *params, VbCommonParams *cparams)
goto bad_kernel;
/*
* In developer mode, we can explictly disallow
* In developer mode, we can explicitly disallow
* self-signed kernels
*/
if (require_official_os) {