gallium/util: update comment: s/src_pitch/src_stride

This commit is contained in:
Brian Paul 2010-01-07 08:49:05 -07:00
parent f39bae8e68
commit c3e846af30

View file

@ -41,7 +41,7 @@
/**
* Copy 2D rect from one place to another.
* Position and sizes are in pixels.
* src_pitch may be negative to do vertical flip of pixels from source.
* src_stride may be negative to do vertical flip of pixels from source.
*/
void
util_copy_rect(ubyte * dst,