vendorcode/amd/agesa/f*: Fix typo in header guards
_CPU_L3_FEATIRES_H -> _CPU_L3_FEATURES_H Spotted by Clang Change-Id: I1eabebffc7fd5e4f37b28dabcd28984bed64acd8 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5818 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
parent
72ae4a3091
commit
3a5ea48c0c
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _CPU_L3_FEATURES_H_
|
||||
#define _CPU_L3_FEATIRES_H_
|
||||
#define _CPU_L3_FEATURES_H_
|
||||
|
||||
#include "Filecode.h"
|
||||
/*----------------------------------------------------------------------------------------
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _CPU_L3_FEATURES_H_
|
||||
#define _CPU_L3_FEATIRES_H_
|
||||
#define _CPU_L3_FEATURES_H_
|
||||
|
||||
#include "Filecode.h"
|
||||
/*----------------------------------------------------------------------------------------
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _CPU_L3_FEATURES_H_
|
||||
#define _CPU_L3_FEATIRES_H_
|
||||
#define _CPU_L3_FEATURES_H_
|
||||
|
||||
#include "Filecode.h"
|
||||
/*----------------------------------------------------------------------------------------
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
|
||||
#ifndef _CPU_L3_FEATURES_H_
|
||||
#define _CPU_L3_FEATIRES_H_
|
||||
#define _CPU_L3_FEATURES_H_
|
||||
|
||||
#include "Filecode.h"
|
||||
/*----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue