summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorTim Rowley <timothy.o.rowley@intel.com>2016-10-13 09:44:06 -0500
committerTim Rowley <timothy.o.rowley@intel.com>2016-10-13 23:39:14 -0500
commitffd0224303f1e9472fe832dcd9281a63fbb45e39 (patch)
tree984c6bcd2736da78ec349e19c5cc90f727fa1e1d /src/gallium/drivers
parent488992221056edaf7111f9290afdf216c5e98d62 (diff)
downloadexternal_mesa3d-ffd0224303f1e9472fe832dcd9281a63fbb45e39.zip
external_mesa3d-ffd0224303f1e9472fe832dcd9281a63fbb45e39.tar.gz
external_mesa3d-ffd0224303f1e9472fe832dcd9281a63fbb45e39.tar.bz2
swr: [rasterizer core] fix comment typo
Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/swr/rasterizer/core/api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/core/api.h b/src/gallium/drivers/swr/rasterizer/core/api.h
index 8ad40ea..fc66cfd 100644
--- a/src/gallium/drivers/swr/rasterizer/core/api.h
+++ b/src/gallium/drivers/swr/rasterizer/core/api.h
@@ -573,7 +573,7 @@ void SWR_API SwrClearRenderTarget(
const SWR_RECT& clearRect);
//////////////////////////////////////////////////////////////////////////
-/// @brief SwrSetRastyState
+/// @brief SwrSetRastState
/// @param hContext - Handle passed back from SwrCreateContext
/// @param pRastState - New SWR_RASTSTATE used for SwrDraw* commands
void SWR_API SwrSetRastState(