docs: flex -> Flex
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 29 Sep 2020 16:25:14 +0000 (18:25 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 30 Sep 2020 08:18:20 +0000 (08:18 +0000)
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>

docs/install.rst
docs/meson.rst

index 0ea14b7..f7787fe 100644 (file)
@@ -44,9 +44,9 @@ Third party/extra tools.
    module is required. Version 0.8.0 or later should work.
 -  lex / yacc - for building the Mesa IR and GLSL compiler.
 
-   On Linux systems, flex and bison versions 2.5.35 and 2.4.1,
+   On Linux systems, Flex and bison versions 2.5.35 and 2.4.1,
    respectively, (or later) should work. On Windows with MinGW, install
-   flex and bison with:
+   Flex and bison with:
 
    ::
 
@@ -57,7 +57,7 @@ Third party/extra tools.
 
 .. note::
 
-   Some versions can be buggy (eg. flex 2.6.2) so do try others
+   Some versions can be buggy (eg. Flex 2.6.2) so do try others
    if things fail.
 
 1.2 Requirements
index 52c0ec3..457e65d 100644 (file)
@@ -51,7 +51,7 @@ Windows
 You will need to install Python 3 and Meson as a module using pip. This
 is because we use Python for generating code, and rely on external
 modules (mako). You also need pkg-config (a hard dependency of Meson),
-flex, and bison. The easiest way to install everything you need is with
+Flex, and bison. The easiest way to install everything you need is with
 `chocolatey <https://chocolatey.org/>`__.
 
 .. code-block:: console