]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: fix stale comment in version.c
authorKarel Zak <kzak@redhat.com>
Tue, 24 Mar 2026 09:23:01 +0000 (10:23 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 24 Mar 2026 09:23:01 +0000 (10:23 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/version.c

index ed92db960cf5e075c52dfe64a3af9a8781f1d8ad..ac60f47e139885bf97acc9cd7461c169dacce0be 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "blkid.h"
 
-/* LIBBLKID_* defined in the global config.h */
+/* LIBBLKID_* defined in blkid.h */
 static const char *lib_version = LIBBLKID_VERSION;     /* release version */
 static const char *lib_date = LIBBLKID_DATE;