Re: [PATCH] arch: x86: mm: Fix compied to compiled in the file init.c
From: Randy Dunlap
Date: Wed Feb 24 2021 - 11:25:58 EST
On 2/24/21 12:29 AM, Bhaskar Chowdhury wrote:
>
>
s/compied/compiled/
>
>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
---
>
arch/x86/mm/init.c | 2 +-
>
1 file changed, 1 insertion(+), 1 deletion(-)
>
>
diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c
>
index dd694fb93916..34a1f1e19c86 100644
>
--- a/arch/x86/mm/init.c
>
+++ b/arch/x86/mm/init.c
>
@@ -29,7 +29,7 @@
>
>
/*
>
* We need to define the tracepoints somewhere, and tlb.c
>
- * is only compied when SMP=y.
>
+ * is only compiled when SMP=y.
>
*/
>
#define CREATE_TRACE_POINTS
>
#include <trace/events/tlb.h>
>
--
>
2.30.1
>
--
~Randy