[systemd-devel] [PATCH] util: fix typo

Daniel Mack daniel at zonque.org
Sun Apr 19 23:55:28 PDT 2015


On 04/20/2015 07:27 AM, Raul Gutierrez S wrote:
> Signed-off-by: Raul Gutierrez S <rgs at itevenworks.net>

This isn't needed in the systemd project, so I dropped it.

Applied, thanks!


> ---
>  src/shared/util.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/shared/util.c b/src/shared/util.c
> index 53f8488..f14d9ee 100644
> --- a/src/shared/util.c
> +++ b/src/shared/util.c
> @@ -1700,7 +1700,7 @@ int parse_size(const char *t, off_t base, off_t *size) {
>           * sometimes SI decimal suffixes. This function can parse
>           * both. Which one is the right way depends on the
>           * context. Wikipedia suggests that SI is customary for
> -         * hardrware metrics and network speeds, while IEC is
> +         * hardware metrics and network speeds, while IEC is
>           * customary for most data sizes used by software and volatile
>           * (RAM) memory. Hence be careful which one you pick!
>           *
> 



More information about the systemd-devel mailing list