X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemd%2Fsd-id128.h;h=48fd87671be807169473494d57788a2610a4a858;hb=5ad65d628facbce5219ac2749bc835ab92ca6c39;hp=4fdbf3ab41be6e2a0fa50d58c1306cbfc201aea3;hpb=10b17992ee59ac1d03d6fc210a976bc2b59f6d75;p=elogind.git diff --git a/src/systemd/sd-id128.h b/src/systemd/sd-id128.h index 4fdbf3ab4..48fd87671 100644 --- a/src/systemd/sd-id128.h +++ b/src/systemd/sd-id128.h @@ -60,7 +60,7 @@ int sd_id128_get_boot(sd_id128_t *ret); /* Note that SD_ID128_FORMAT_VAL will evaluate the passed argument 16 * times. It is hence not a good idea to call this macro with an - * expensive function as paramater or an expression with side + * expensive function as parameter or an expression with side * effects */ #define SD_ID128_FORMAT_STR "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x"