Module: Mesa Branch: master Commit: b0e49a9e7a1572083b60410898bcfe70cca0b5df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0e49a9e7a1572083b60410898bcfe70cca0b5df
Author: Andres Gomez <[email protected]> Date: Thu Jul 19 16:02:19 2018 +0300 docs: correct typo in the submitting patches instructions Cc: Emil Velikov <[email protected]> Cc: Eric Engestrom <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- docs/submittingpatches.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 178ec5f89e..e5350bdb2c 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -36,7 +36,7 @@ perhaps, in very trivial cases.) <li>Code patches should follow Mesa <a href="codingstyle.html" target="_parent">coding conventions</a>. -<li>Whenever possible, patches should only effect individual Mesa/Gallium +<li>Whenever possible, patches should only affect individual Mesa/Gallium components. <li>Patches should never introduce build breaks and should be bisectable (see <code>git bisect</code>.) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
