]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemd/_sd-common.h
tree-wide: "<n>bit" → "<n>-bit"
[thirdparty/systemd.git] / src / systemd / _sd-common.h
index 6f657c225438a32cfb913427e68b4edb0df99eea..d4381d90f4a44eb7e232c5139376dc28d6a1ec22 100644 (file)
@@ -99,7 +99,7 @@ typedef void (*_sd_destroy_t)(void *userdata);
         }                                                       \
         struct _sd_useless_struct_to_allow_trailing_semicolon_
 
-/* The following macro should be used in all public enums, to force 64bit wideness on them, so that we can
+/* The following macro should be used in all public enums, to force 64-bit wideness on them, so that we can
  * freely extend them later on, without breaking compatibility. */
 #define _SD_ENUM_FORCE_S64(id)               \
         _SD_##id##_INT64_MIN = INT64_MIN,    \