]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
string-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:46:14 +0000 (16:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Apr 2025 07:46:17 +0000 (16:46 +0900)
Follow-up for 87b7d9b6ff23ec10b66bf53efeabf16ad85d7ad8.

src/fundamental/string-util-fundamental.c

index a18b2bc4c9d1494f6ba9c30422e46d36675a053f..c2b58889db204bf37e9d4f061ea39b0fff47109e 100644 (file)
@@ -82,7 +82,7 @@ static bool is_valid_version_char(sd_char a) {
 int strverscmp_improved(const sd_char *a, const sd_char *b) {
         /* This function is similar to strverscmp(3), but it treats '-' and '.' as separators.
          *
-         * The logic is based on rpm's rpmvercmp(), but unlike rpmvercmp(), it distiguishes e.g.
+         * The logic is based on rpm's rpmvercmp(), but unlike rpmvercmp(), it distinguishes e.g.
          * '123a' and '123.a', with '123a' being newer.
          *
          * It allows direct comparison of strings which contain both a version and a release; e.g.