From: Brian Date: Sat, 21 Jun 2008 00:29:23 +0000 (-0600) Subject: gallium: s/feadback/feedback/, duh X-Git-Tag: 062012170305~17580^2~390^2~1143 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a5a95d0c08fe07b50385028b6972a4383f2b095;p=profile%2Fivi%2Fmesa.git gallium: s/feadback/feedback/, duh --- diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index 8ebe4a3..0c3c9c4 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -74,7 +74,7 @@ #include "eval.h" #endif #include "get.h" -#if FEATURE_feadback +#if FEATURE_feedback #include "feedback.h" #endif #include "fog.h" @@ -222,7 +222,7 @@ _mesa_init_exec_table(struct _glapi_table *exec) SET_CopyPixels(exec, _mesa_CopyPixels); SET_DrawPixels(exec, _mesa_DrawPixels); #endif -#if FEATURE_feadback +#if FEATURE_feedback SET_InitNames(exec, _mesa_InitNames); SET_FeedbackBuffer(exec, _mesa_FeedbackBuffer); SET_LoadName(exec, _mesa_LoadName);