[coreboot-gerrit] Change in coreboot[master]: mp_init: fix typo

Martin Roth (Code Review) gerrit at coreboot.org
Mon Aug 6 03:10:20 CEST 2018


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/27811 )

Change subject: mp_init: fix typo
......................................................................

mp_init: fix typo

BUG=none
TEST=none

Change-Id: Ic2d7bf5f5335894ede98dc7e6cc6a65e4897e487
Signed-off-by: Raul E Rangel <rrangel at chromium.org>
Reviewed-on: https://review.coreboot.org/27811
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Martin Roth <martinroth at google.com>
---
M src/cpu/x86/mp_init.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved



diff --git a/src/cpu/x86/mp_init.c b/src/cpu/x86/mp_init.c
index 515bc67..d124721 100644
--- a/src/cpu/x86/mp_init.c
+++ b/src/cpu/x86/mp_init.c
@@ -944,7 +944,7 @@
 			continue;
 		}
 
-		/* Copy to local variable before signalling consumption. */
+		/* Copy to local variable before signaling consumption. */
 		memcpy(&lcb, cb, sizeof(lcb));
 		mfence();
 		store_callback(per_cpu_slot, NULL);

-- 
To view, visit https://review.coreboot.org/27811
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic2d7bf5f5335894ede98dc7e6cc6a65e4897e487
Gerrit-Change-Number: 27811
Gerrit-PatchSet: 2
Gerrit-Owner: Raul Rangel <rrangel at chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180806/b711e075/attachment.html>


More information about the coreboot-gerrit mailing list