diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-28 13:57:42 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:44 +0200 |
commit | 38652a29ae2756f68790560c3587bbd996320d0e (patch) | |
tree | 2fea564792e16472b21befe30147b5d1d90622be /docs/helpwanted.html | |
parent | b2ac7582d9cecbf06e0dc513c1439a05f23c5616 (diff) |
docs: slightly reword paragraph and tweak markup
This makes this paragraph a bit easier to digest.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/helpwanted.html')
-rw-r--r-- | docs/helpwanted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 5e0684bd6c0..e9763a3aadf 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -32,8 +32,8 @@ Just applying patches, testing and reporting back is helpful. There are plenty of open bugs in the <a href="https://bugs.freedesktop.org/describecomponents.cgi?product=Mesa">bug database</a>. <li> <b>Remove aliasing warnings.</b> -Enable gcc -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing -issues in the code. +Enable gcc's <code>-Wstrict-aliasing=2 -fstrict-aliasing</code> arguments, and +track down aliasing issues in the code. <li> <b>Contribute more tests to <a href="https://piglit.freedesktop.org/">Piglit</a>.</b> |