From 5b6cb45072c03f0e0f0eff2dce2fe683cbbb9bf6 Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Thu, 2 Mar 2023 11:11:20 +0900 Subject: [PATCH] EDAC/i5100: Fix typo in comment Correct typo from 'preform' to 'perform' in comment. Signed-off-by: Jongwoo Han Signed-off-by: Borislav Petkov (AMD) Link: https://lore.kernel.org/r/20230302021120.56794-1-jongwooo.han@gmail.com --- drivers/edac/i5100_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/i5100_edac.c b/drivers/edac/i5100_edac.c index f5d82518c15e5..8db680b6ae9bd 100644 --- a/drivers/edac/i5100_edac.c +++ b/drivers/edac/i5100_edac.c @@ -909,7 +909,7 @@ static void i5100_do_inject(struct mem_ctl_info *mci) * * The injection code don't work without setting this register. * The register needs to be flipped off then on else the hardware - * will only preform the first injection. + * will only perform the first injection. * * Stop condition bits 7:4 * 1010 - Stop after one injection -- 2.30.2