[waffle] [PATCH] man: Fix typo in WAFFLE_CONTEXT_*_PROFILE.

Emil Velikov emil.l.velikov at gmail.com
Fri Mar 13 09:05:40 PDT 2015


On 13 March 2015 at 14:34, Jose Fonseca <jfonseca at vmware.com> wrote:
> ---
>  man/waffle_config.3.xml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man/waffle_config.3.xml b/man/waffle_config.3.xml
> index edfa37e..8dc2fae 100644
> --- a/man/waffle_config.3.xml
> +++ b/man/waffle_config.3.xml
> @@ -337,8 +337,8 @@ struct waffle_config;
>
>              The set of accepted values is
>
> -            <constant>WAFFLE_CONTEXT_PROFILE_CORE</constant> and
> -            <constant>WAFFLE_CONTEXT_PROFILE_COMPATIBILITY</constant>.
> +            <constant>WAFFLE_CONTEXT_CORE_PROFILE</constant> and
> +            <constant>WAFFLE_CONTEXT_COMPATIBILITY_PROFILE</constant>.
>            </para>
>          </listitem>
>        </varlistentry>
> --
Thanks Jose.

The typo has been there since the hunk was added with commit
f52a7b3ed9b(man: List valid values for WAFFLE_CONTEXT_PROFILE). The
good thing is that the public header has always provided the
WAFFLE_CONTEXT_*_PROFILE defines, so there hasn't been a API/ABI break
:) Plus everywhere else in waffle we use the correct name(s).

Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>

-Emil


More information about the waffle mailing list