From 202cf4088155fd9a08e741cf9754b90b6bc5ce74 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Thu, 12 Jun 2014 00:05:08 +0200 Subject: [PATCH] Fix libc/msr/wrmsr.cpp not containing its own file path. --- libc/msr/wrmsr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/msr/wrmsr.cpp b/libc/msr/wrmsr.cpp index 600f767b..eabb9ccc 100644 --- a/libc/msr/wrmsr.cpp +++ b/libc/msr/wrmsr.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the Sortix C Library. If not, see . - msr/rdmsr.cpp + msr/wrmsr.cpp Sets a model specific register. *******************************************************************************/