From 9ddf9439052f01afbf33fd1415010eee4e76908b Mon Sep 17 00:00:00 2001 From: Akash Verma Date: Fri, 11 Oct 2013 10:24:26 -0600 Subject: [PATCH 1/1] arch-ppc.h: Fix typo in header guard Signed-off-by: Akash Verma Signed-off-by: Jens Axboe --- arch/arch-ppc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arch-ppc.h b/arch/arch-ppc.h index 6c1029c8..8313331f 100644 --- a/arch/arch-ppc.h +++ b/arch/arch-ppc.h @@ -1,5 +1,5 @@ #ifndef ARCH_PPC_H -#define ARCH_PPH_H +#define ARCH_PPC_H #include #include -- 2.25.1