summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_rect.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-07 08:49:05 -0700
committerBrian Paul <brianp@vmware.com>2010-01-07 09:20:48 -0700
commitc3e846af30a3791a4bf80ac53c2e2d3cd6882d8f (patch)
tree9e6a9ea4baad10e66a36f57bbf60ce31ab1d9e0f /src/gallium/auxiliary/util/u_rect.c
parentf39bae8e68bf461a424bf33112ea79aee3044615 (diff)
gallium/util: update comment: s/src_pitch/src_stride
Diffstat (limited to 'src/gallium/auxiliary/util/u_rect.c')
-rw-r--r--src/gallium/auxiliary/util/u_rect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_rect.c b/src/gallium/auxiliary/util/u_rect.c
index 85ca058b66..10c8bd748b 100644
--- a/src/gallium/auxiliary/util/u_rect.c
+++ b/src/gallium/auxiliary/util/u_rect.c
@@ -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,