summaryrefslogtreecommitdiff
path: root/chip/npcx/spiflashfw/monitor_hdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/spiflashfw/monitor_hdr.c')
-rw-r--r--chip/npcx/spiflashfw/monitor_hdr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/npcx/spiflashfw/monitor_hdr.c b/chip/npcx/spiflashfw/monitor_hdr.c
index 219a037d27..09606c4c31 100644
--- a/chip/npcx/spiflashfw/monitor_hdr.c
+++ b/chip/npcx/spiflashfw/monitor_hdr.c
@@ -1,4 +1,4 @@
-/* Copyright 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2017 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -20,7 +20,7 @@ const struct monitor_header_tag monitor_hdr = {
* programed into the SPI flash.
*/
CONFIG_PROGRAM_MEMORY_BASE,
- /* 0x0C:The Flash start address to be programmed*/
+/* 0x0C:The Flash start address to be programmed*/
#ifdef SECTION_IS_RO
/* Default: RO image is programed from the start of SPI flash */
CONFIG_EC_PROTECTED_STORAGE_OFF,