From 9644dea48dc3598e8d25b259179c9129168503de Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 27 Nov 2012 20:11:36 -0600 Subject: [PATCH] swpipe: Spell check header guard. No funtional change. * Thanks Urias :) --- src/add-ons/opengl/swpipe/GalliumContext.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/add-ons/opengl/swpipe/GalliumContext.h b/src/add-ons/opengl/swpipe/GalliumContext.h index b8084d26d1..9a49d1d9ef 100644 --- a/src/add-ons/opengl/swpipe/GalliumContext.h +++ b/src/add-ons/opengl/swpipe/GalliumContext.h @@ -5,8 +5,8 @@ * Authors: * Alexander von Gluck IV, kallisti5@unixzen.com */ -#ifndef CALLIUMCONTEXT_H -#define CALLIUMCONTEXT_H +#ifndef GALLIUMCONTEXT_H +#define GALLIUMCONTEXT_H extern "C" { @@ -72,4 +72,4 @@ private: }; -#endif /* CALLIUMCONTEXT_H */ +#endif /* GALLIUMCONTEXT_H */