mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-26 19:25:02 +00:00
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:
committed by
ChromeOS Commit Bot
parent
64b3697297
commit
9c647efd7f
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user