[systemd-devel] [PATCH] Fix typo in comment

Tom Gundersen teg at jklm.no
Sun Apr 27 23:17:03 PDT 2014


Applied. Thanks!

-t

On Mon, Apr 28, 2014 at 7:17 AM, Jonathan Boulle
<jonathanboulle at gmail.com> wrote:
> Fix minor typo in conf parser
> --
>  src/shared/conf-parser.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h
> index ba0e58d..9d166de 100644
> --- a/src/shared/conf-parser.h
> +++ b/src/shared/conf-parser.h
> @@ -52,7 +52,7 @@ typedef struct ConfigTableItem {
>  } ConfigTableItem;
>
>  /* Wraps information for parsing a specific configuration variable, to
> - * ve srored in a gperf perfect hashtable */
> + * be stored in a gperf perfect hashtable */
>  typedef struct ConfigPerfItem {
>          const char *section_and_lvalue; /* Section + "." + name of the
> variable */
>          ConfigParserCallback parse;     /* Function that is called to parse
> the variable's value */
>
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
>


More information about the systemd-devel mailing list