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

Raul Rangel (Code Review) gerrit at coreboot.org
Thu Aug 2 23:12:26 CEST 2018


Raul Rangel has uploaded this change for review. ( 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>
---
M src/cpu/x86/mp_init.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/27811/1

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: newchange
Gerrit-Change-Id: Ic2d7bf5f5335894ede98dc7e6cc6a65e4897e487
Gerrit-Change-Number: 27811
Gerrit-PatchSet: 1
Gerrit-Owner: Raul Rangel <rrangel at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180802/4251b2e3/attachment.html>


More information about the coreboot-gerrit mailing list