]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dlfcn-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 14 May 2024 09:10:42 +0000 (18:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 14 May 2024 09:10:46 +0000 (18:10 +0900)
Follow-up for 2f6bd11c1a0147f6bd24bce3ed00c3d91c0884e6.

src/basic/dlfcn-util.h

index b395d4ca04c9c410b34f7f2c70f5604b29f18cb7..83ab320bf9d2a21412c899faaddb5266183f8a00 100644 (file)
@@ -75,7 +75,7 @@ int dlopen_many_sym_or_warn_sentinel(void **dlp, const char *filename, int log_l
 
 /* The 'priority' must be one of 'required', 'recommended' or 'suggested' as per specification, use the
  * macro defined above to specify it.
- * Multiple sonames can be passed and they will be automatically contructed into a json array (but note that
+ * Multiple sonames can be passed and they will be automatically constructed into a json array (but note that
  * due to preprocessor language limitations if more than the limit defined above is used, a new
  * _SONAME_ARRAY<X+1> will need to be added). */
 #define ELF_NOTE_DLOPEN(feature, description, priority, ...) \