diff mbox

[2/7] bios: mtrr: fix spelling mistake

Message ID 1374134581-10092-3-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King July 18, 2013, 8:02 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

initalization --> initialization

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 src/bios/mtrr/mtrr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ivan Hu July 22, 2013, 3:57 a.m. UTC | #1
On 07/18/2013 04:02 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> initalization --> initialization
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/bios/mtrr/mtrr.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bios/mtrr/mtrr.c b/src/bios/mtrr/mtrr.c
> index 38f89fb..15ed37c 100644
> --- a/src/bios/mtrr/mtrr.c
> +++ b/src/bios/mtrr/mtrr.c
> @@ -493,7 +493,7 @@ static int mtrr_test3(fwts_framework *fw)
>    					"\"BIOS and Kernel Developer's Guide for the AMD Athlon 64 and AMD "
>    					"Opteron Processors\" (26094 Rev. 3.30 February 2006), section "
>    					"\"13.2.1.2 SYSCFG Register\": \"The MtrrFixDramModEn bit should be set "
> - 					"to 1 during BIOS initalization of the fixed MTRRs, then cleared to "
> + 					"to 1 during BIOS initialization of the fixed MTRRs, then cleared to "
>    					"0 for operation.\"");
>   				fwts_tag_failed(fw, FWTS_TAG_BIOS);
>   			}
>


Acked-by: Ivan Hu <ivan.hu@canonical.com>
Keng-Yu Lin July 26, 2013, 4:36 a.m. UTC | #2
On Thu, Jul 18, 2013 at 4:02 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> initalization --> initialization
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  src/bios/mtrr/mtrr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bios/mtrr/mtrr.c b/src/bios/mtrr/mtrr.c
> index 38f89fb..15ed37c 100644
> --- a/src/bios/mtrr/mtrr.c
> +++ b/src/bios/mtrr/mtrr.c
> @@ -493,7 +493,7 @@ static int mtrr_test3(fwts_framework *fw)
>                                         "\"BIOS and Kernel Developer's Guide for the AMD Athlon 64 and AMD "
>                                         "Opteron Processors\" (26094 Rev. 3.30 February 2006), section "
>                                         "\"13.2.1.2 SYSCFG Register\": \"The MtrrFixDramModEn bit should be set "
> -                                       "to 1 during BIOS initalization of the fixed MTRRs, then cleared to "
> +                                       "to 1 during BIOS initialization of the fixed MTRRs, then cleared to "
>                                         "0 for operation.\"");
>                                 fwts_tag_failed(fw, FWTS_TAG_BIOS);
>                         }
> --
> 1.8.1.2
>

Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

diff --git a/src/bios/mtrr/mtrr.c b/src/bios/mtrr/mtrr.c
index 38f89fb..15ed37c 100644
--- a/src/bios/mtrr/mtrr.c
+++ b/src/bios/mtrr/mtrr.c
@@ -493,7 +493,7 @@  static int mtrr_test3(fwts_framework *fw)
  					"\"BIOS and Kernel Developer's Guide for the AMD Athlon 64 and AMD "
  					"Opteron Processors\" (26094 Rev. 3.30 February 2006), section "
  					"\"13.2.1.2 SYSCFG Register\": \"The MtrrFixDramModEn bit should be set "
- 					"to 1 during BIOS initalization of the fixed MTRRs, then cleared to "
+ 					"to 1 during BIOS initialization of the fixed MTRRs, then cleared to "
  					"0 for operation.\"");
 				fwts_tag_failed(fw, FWTS_TAG_BIOS);
 			}