From cdc5cc671197d7b3e5505626650ccc39ead25486 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 24 Apr 2007 18:40:02 +0000 Subject: [PATCH] trivial: fix filename in comment. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2616 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/x86/mtrr/mtrr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/x86/mtrr/mtrr.c b/src/cpu/x86/mtrr/mtrr.c index 9f6a9be0d..ab28a23a0 100644 --- a/src/cpu/x86/mtrr/mtrr.c +++ b/src/cpu/x86/mtrr/mtrr.c @@ -1,5 +1,5 @@ /* - * intel_mtrr.c: setting MTRR to decent values for cache initialization on P6 + * mtrr.c: setting MTRR to decent values for cache initialization on P6 * * Derived from intel_set_mtrr in intel_subr.c and mtrr.c in linux kernel * -- 2.25.1