chiark / gitweb /
sd-bus: export sd_bus_error_set_errnofv()
[elogind.git] / src / systemd / sd-id128.h
index 4fdbf3ab41be6e2a0fa50d58c1306cbfc201aea3..48fd87671be807169473494d57788a2610a4a858 100644 (file)
@@ -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"