X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fauxiliary%2Futil%2Fu_rect.c;h=10c8bd748bf69c027426aba0cd96dc42f7f0066d;hb=c3e846af30a3791a4bf80ac53c2e2d3cd6882d8f;hp=85ca058b665efce294cb86d5f2269a9d3d976244;hpb=f39bae8e68bf461a424bf33112ea79aee3044615;p=mesa.git diff --git a/src/gallium/auxiliary/util/u_rect.c b/src/gallium/auxiliary/util/u_rect.c index 85ca058b665..10c8bd748bf 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,