HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/61646 )
Change subject: sb/intel/common/pmutil.c: Fix comment ......................................................................
sb/intel/common/pmutil.c: Fix comment
Change-Id: I3e151959d8f9b6ddec7c5f70dbb4cd5ffde44f5d Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/southbridge/intel/common/pmutil.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/61646/1
diff --git a/src/southbridge/intel/common/pmutil.c b/src/southbridge/intel/common/pmutil.c index 02a8375..040d359 100644 --- a/src/southbridge/intel/common/pmutil.c +++ b/src/southbridge/intel/common/pmutil.c @@ -147,7 +147,7 @@
reg32 = read_pmbase32(TCO1_STS); /* - * set status bits are cleared by writing 1 to them, but don't + * Status bits are cleared by writing 1 to them, but don't * clear BOOT_STS before SECOND_TO_STS. */ write_pmbase32(TCO1_STS, reg32 & ~BOOT_STS);