diff options
author | Thomas Heijligen <thomas.heijligen@secunet.com> | 2022-03-17 13:39:21 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2022-04-13 11:47:25 +0000 |
commit | af5f92c63459073948db079920618627da2bb05d (patch) | |
tree | 3935b4276e5c7f44bfdd1445f3711e3de89a4928 | |
parent | d200173a1d38cc2e59c2ef8dddb44f7a02bde99a (diff) | |
download | flashrom-af5f92c63459073948db079920618627da2bb05d.tar.gz flashrom-af5f92c63459073948db079920618627da2bb05d.tar.bz2 flashrom-af5f92c63459073948db079920618627da2bb05d.zip |
hwaccess_x86_msr: drop outdated comment
Change-Id: Ia361f7f3392b4f58a33f3e2d3b5f8f4340c388b3
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/62897
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
-rw-r--r-- | hwaccess_x86_msr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwaccess_x86_msr.c b/hwaccess_x86_msr.c index 1fbfa9e9..98e51d44 100644 --- a/hwaccess_x86_msr.c +++ b/hwaccess_x86_msr.c @@ -17,7 +17,7 @@ */ /* MSR abstraction implementations for Linux, OpenBSD, FreeBSD/Dragonfly, OSX, libpayload - * and a non-working default implementation on the bottom. See also hwaccess.h for some (re)declarations. + * and a non-working default implementation on the bottom. */ #include "hwaccess_x86_msr.h" |