gallium: fix typo: s/custam/custom/

This commit is contained in:
Brian Paul 2008-04-30 13:24:35 -06:00
parent 653da2d069
commit bd5b99d389

View file

@ -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)