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@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Eric Engestrom
2019-05-22 12:52:44 +01:00
committed by Eric Engestrom
parent d6683e118f
commit 069e6d587e
+2 -2
View 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.