From: Chad Versace Date: Thu, 21 Feb 2013 03:59:07 +0000 (-0800) Subject: i965: Fix typo in doxygen hyperlink X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7262ac7ea650c4416af28097c66fc64f72e3c28;p=mesa.git i965: Fix typo in doxygen hyperlink s/brw_state_upload/brw_upload_state/ Found because the link was broken. Signed-off-by: Chad Versace --- diff --git a/src/mesa/drivers/dri/i965/brw_draw.c b/src/mesa/drivers/dri/i965/brw_draw.c index 9c96f697a2e..e4081859705 100644 --- a/src/mesa/drivers/dri/i965/brw_draw.c +++ b/src/mesa/drivers/dri/i965/brw_draw.c @@ -436,7 +436,7 @@ static bool brw_try_draw_prims( struct gl_context *ctx, intel_prepare_render(intel); - /* This workaround has to happen outside of brw_state_upload() because it + /* This workaround has to happen outside of brw_upload_state() because it * may flush the batchbuffer for a blit, affecting the state flags. */ brw_workaround_depthstencil_alignment(brw);