git: 998529e5941a - stable/13 - ldconfig: remove a comment which is another remnant of a.out support

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Wed, 01 Dec 2021 01:08:20 UTC
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=998529e5941a20bcc300304e79afd10680cc0892

commit 998529e5941a20bcc300304e79afd10680cc0892
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-11-24 20:44:20 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-12-01 01:07:18 +0000

    ldconfig: remove a comment which is another remnant of a.out support
    
    (cherry picked from commit 83511ce5c473406e0661247e40971be28e218684)
---
 sbin/ldconfig/ldconfig.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c
index d0c6c9802a52..389cbb6101b5 100644
--- a/sbin/ldconfig/ldconfig.c
+++ b/sbin/ldconfig/ldconfig.c
@@ -102,7 +102,7 @@ main(int argc, char **argv)
 	}
 
 	if (is_soft)
-		hints_file = _PATH_ELFSOFT_HINTS;	/* Never will have a.out softfloat */
+		hints_file = _PATH_ELFSOFT_HINTS;
 	else if (is_32)
 		hints_file = _PATH_ELF32_HINTS;
 	else