From: Brian Paul Date: Wed, 30 Apr 2008 19:24:35 +0000 (-0600) Subject: gallium: fix typo: s/custam/custom/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd5b99d3890f162ec0928a589b6afbc8e67580b7;p=mesa.git gallium: fix typo: s/custam/custom/ --- diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 586951d9566..d5d341d689a 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -192,7 +192,7 @@ enum pipe_texture_target { #define PIPE_BUFFER_USAGE_VERTEX (1 << 5) #define PIPE_BUFFER_USAGE_INDEX (1 << 6) #define PIPE_BUFFER_USAGE_CONSTANT (1 << 7) -/** Pipe driver custam usage flags should be greater or equal to this value */ +/** Pipe driver custom usage flags should be greater or equal to this value */ #define PIPE_BUFFER_USAGE_CUSTOM (1 << 16)