chiark / gitweb /
tree-wide: spelling fixes
[elogind.git] / src / systemd / sd-id128.h
index f14efeb28dfe121b3576491a58454922da03b55a..48fd87671be807169473494d57788a2610a4a858 100644 (file)
@@ -29,7 +29,7 @@
 
 _SD_BEGIN_DECLARATIONS;
 
-/* 128 Bit ID APIs. See sd-id128(3) for more information. */
+/* 128-bit ID APIs. See sd-id128(3) for more information. */
 
 typedef union sd_id128 sd_id128_t;
 
@@ -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"