From 9c647efd7fbbed299d289951e116b793ab7ec732 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 3 Mar 2015 10:39:08 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/256123 Reviewed-by: Daisuke Nojiri --- tests/vboot_api_init_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/vboot_api_init_tests.c b/tests/vboot_api_init_tests.c index 96ab9d33..331ba72d 100644 --- a/tests/vboot_api_init_tests.c +++ b/tests/vboot_api_init_tests.c @@ -651,7 +651,7 @@ static void VbInitTestBackup(void) TEST_EQ(shared->flags, VBSD_BOOT_DEV_SWITCH_ON, " shared flags"); TEST_EQ(backup_write_called, 1, " Once more, one backup"); - /* But if we explictly request a backup, they'll get saved. */ + /* But if we explicitly request a backup, they'll get saved. */ VbNvSet(&vnc, VBNV_BACKUP_NVRAM_REQUEST, 1); VbNvTeardown(&vnc); TestVbInit(0, 0, "Dev mode on"); -- cgit v1.2.1