From 069e6d587e05db59e6a6c32a122d6cd4df90dace Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 22 May 2019 12:52:44 +0100 Subject: [PATCH] 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 Reviewed-by: Dylan Baker --- 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. -- 2.11.0