xmlpool: fix typo in comment
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 22 May 2019 11:52:44 +0000 (12:52 +0100)
committerEric Engestrom <eric@engestrom.ch>
Thu, 27 Jun 2019 17:42:25 +0000 (17:42 +0000)
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@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/util/xmlpool/t_options.h

index 552fd9db81336e2313cbadb17c4176cfb5506eb9..bfa9cc72bcbc88c593953b71afc231332fc35d6c 100644 (file)
@@ -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.