docs: fix a bunch of typos
authorEric Engestrom <eric@engestrom.ch>
Wed, 8 Jul 2020 22:52:27 +0000 (00:52 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 9 Jul 2020 14:06:34 +0000 (14:06 +0000)
Saw a couple myself, and a quick round of vimspell showed a bunch more.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5814>

docs/ci/bare-metal.rst
docs/ci/docker.rst
docs/ci/index.rst
docs/envvars.rst
docs/meson.rst
docs/thanks.rst

index cfe4e0d55e578c05ab481b4edc20e3afb1f5c6a1..b14e99585d2a4511a118b8fd1314313d8adfed94 100644 (file)
@@ -103,7 +103,7 @@ into that pool.
 We need privileged mode and the /dev bind mount in order to get at the
 serial console and fastboot USB devices (--device arguments don't
 apply to devices that show up after container start, which is the case
-with fastboot, and the servo serial devices are acctually links to
+with fastboot, and the servo serial devices are actually links to
 /dev/pts).  We use host network mode so that we can (in the future)
 spin up a server to collect XML results for fastboot.
 
index 3bdfe48f0feb828c813ed308fc23de6564860a16..bb01d80794bde89c600cdac292e48659ae9687a3 100644 (file)
@@ -36,7 +36,7 @@ DUT requirements
 ----------------
 
 In addition to the general :ref:`CI-farm-expectations`, using
-docker requiers:
+docker requires:
 
 * DUTs must have a stable kernel and GPU reset (if applicable).
 
index 3d572c022663d39c2ac41f3b1ba1ab416a4d72a1..7e01840b85728618cae046550d25bcab35ae9713 100644 (file)
@@ -117,7 +117,7 @@ no ``parallel`` field set and:
 to just run 1/10th of the test list.
 
 If a HW CI farm goes offline (network dies and all CI pipelines end up
-stalled) or its runners are consistenly spuriously failing (disk
+stalled) or its runners are consistently spuriously failing (disk
 full?), and the maintainer is not immediately available to fix the
 issue, please push through an MR disabling that farm's jobs by adding
 '.' to the front of the jobs names until the maintainer can bring
@@ -150,7 +150,7 @@ instead of silently reusing their container)
 
 When developing a given change to your docker image, you would have to
 bump the tag on each ``git commit --amend`` to your development
-branch, which can get tedious.  Instad, you can navigate to the
+branch, which can get tedious.  Instead, you can navigate to the
 `container registry
 <https://gitlab.freedesktop.org/mesa/mesa/container_registry>`_ for
 your repository and delete the tag to force a rebuild.  When your code
index 8ffec2cdac18e2c2fde56a67161a02eb6b26d9ff..372a329e63acc7a5a9eef6f30054b8c7cdd4faa4 100644 (file)
@@ -181,8 +181,8 @@ Core Mesa environment variables
    -  This can be very useful for debugging but some features may not be
       implemented correctly. (For developers only)
 
-NIR passes enviroment variables
--------------------------------
+NIR passes environment variables
+--------------------------------
 
 The following are only applicable for drivers that uses NIR, as they
 modify the behaviour for the common NIR_PASS and NIR_PASS_V macros, that
@@ -190,13 +190,13 @@ wrap calls to NIR lowering/optimizations.
 
 ``NIR_PRINT``
    If defined, the resulting NIR shader will be printed out at each
-   succesful NIR lowering/optimization call.
+   successful NIR lowering/optimization call.
 ``NIR_TEST_CLONE``
-   If defined, cloning a NIR shader would be tested at each succesful
+   If defined, cloning a NIR shader would be tested at each successful
    NIR lowering/optimization call.
 ``NIR_TEST_SERIALIZE``
    If defined, serialize and deserialize a NIR shader would be tested at
-   each succesful NIR lowering/optimization call.
+   each successful NIR lowering/optimization call.
 
 Mesa Xlib driver environment variables
 --------------------------------------
index 89eeb7e7bf560095335707b28790618f24201baa..aa68094cd1af57228d7247709800f4077a24021d 100644 (file)
@@ -190,7 +190,7 @@ Compiler Options
 Meson supports the common CFLAGS, CXXFLAGS, etc. environment variables
 but their use is discouraged because of the many caveats in using them.
 
-Instead, it is recomended to use ``-D${lang}_args`` and
+Instead, it is recommended to use ``-D${lang}_args`` and
 ``-D${lang}_link_args``. Among the benefits of these options is that
 they are guaranteed to persist across rebuilds and reconfigurations.
 
@@ -310,7 +310,7 @@ The wrap file must define the following:
 It may also define:
 
 -  ``irbuilder_h``: a ``files()`` object pointing to llvm/IR/IRBuilder.h
-   (this is requred for SWR)
+   (this is required for SWR)
 -  ``has_rtti``: a ``bool`` that declares whether LLVM was built with
    RTTI. Defaults to true
 
index 90bb6fa4b445e665586329d3c237eccd6deb65e7..d6692ba5f9ee22a0e206f043985a34dafbe9087a 100644 (file)
@@ -30,7 +30,7 @@ somewhat dated, unfortunately.
 -  **David Bucciarelli** wrote and maintained the 3Dfx Glide driver.
    Thousands of Linux/Quake players thank David!
 -  **Gareth Hughes** wrote new GLU 1.2 Polygon Tessellation code (now
-   superceded by SGI SI GLU).
+   superseded by SGI SI GLU).
 -  **Holger Waechtler** contributed AMD 3DNow! assembly code which
    accelerates vertex transformation in Mesa 3.1. Holger also
    implemented the GL_EXT_texture_env_combine extension.