[Mesa-dev] Patch: typo fixing
Francisco Jerez
currojerez at riseup.net
Wed Apr 22 04:26:51 PDT 2015
Zoë Blade <zoe at bytenoise.co.uk> writes:
> Hi!
>
> I took the liberty of fixing a few typos. If anyone's interested, you can download the Git patch from http://bytenoise.co.uk/misc/fix-a-few-typos.patch . I've never had much luck compiling other people's projects, so this warrants vetting by someone smarter than me, I'm afraid. Still, I hope it's of use to you!
>
Looks fine to me, just one minor comment.
| diff --git a/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
| b/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
| index 82d7b64..974b61d 100644
| --- a/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
| +++ b/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
| @@ -135,9 +135,9 @@ static void copy_bfc( struct brw_clip_compile *c )
| brw_clip_have_varying(c, VARYING_SLOT_BFC1)))
| return;
|
| - /* In some wierd degnerate cases we can end up testing the
| + /* In some weird degnerate cases we can end up testing the
In this line there is a second typo in "degnerate".
| * direction twice, once for culling and once for bfc copying. Oh
| - * well, that's what you get for setting wierd GL state.
| + * well, that's what you get for setting weird GL state.
| */
With that fixed,
Reviewed-by: Francisco Jerez <currojerez at riseup.net>
> All the best,
> Zoë.
Thanks!
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 212 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150422/ccee80a6/attachment.sig>
More information about the mesa-dev
mailing list