Mesa (master): xmlpool: fix typo in comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 27 17:50:34 UTC 2019


Module: Mesa
Branch: master
Commit: 069e6d587e05db59e6a6c32a122d6cd4df90dace
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=069e6d587e05db59e6a6c32a122d6cd4df90dace

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Wed May 22 12:52:44 2019 +0100

xmlpool: fix typo in comment

s/otions/options/, and while here let's give the full path to xmlpool.h
since `../` won't be true in the generated file.

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/util/xmlpool/t_options.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h
index 552fd9db813..bfa9cc72bcb 100644
--- a/src/util/xmlpool/t_options.h
+++ b/src/util/xmlpool/t_options.h
@@ -35,8 +35,8 @@
  * all the translations. The result (options.h) is included by
  * xmlpool.h which in turn can be included by drivers.
  *
- * The macros used to describe otions in this file are defined in
- * ../xmlpool.h.
+ * The macros used to describe options in this file are defined in
+ * src/util/xmlpool.h.
  */
 
 /* This is needed for xgettext to extract translatable strings.




More information about the mesa-commit mailing list