From: Andres Gomez Date: Thu, 19 Jul 2018 13:02:19 +0000 (+0300) Subject: docs: correct typo in the submitting patches instructions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0e49a9e7a1572083b60410898bcfe70cca0b5df;p=mesa.git docs: correct typo in the submitting patches instructions Cc: Emil Velikov Cc: Eric Engestrom Signed-off-by: Andres Gomez Reviewed-by: Emil Velikov --- diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 178ec5f89ec..e5350bdb2cf 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -36,7 +36,7 @@ perhaps, in very trivial cases.)
  • Code patches should follow Mesa coding conventions. -
  • Whenever possible, patches should only effect individual Mesa/Gallium +
  • Whenever possible, patches should only affect individual Mesa/Gallium components.
  • Patches should never introduce build breaks and should be bisectable (see git bisect.)