From 587e97edbb429d2e0eb678c189e6854749ae05b5 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 23 Feb 2018 09:30:55 +0100 Subject: [PATCH] libc: Fix a comment in Makefile.inc. --- lib/libc/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index 5c2c9fe1e8..2c3d491d75 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -1,6 +1,6 @@ # $FreeBSD: src/lib/libc/Makefile.inc,v 1.5 1999/08/27 23:58:06 peter Exp $ # -# This file contains make rules that are shared by libc and libc_r. +# This file contains make rules that are shared by libc and libc_rtld. # # Define (empty) variables so that make doesn't give substitution # errors if the included makefiles don't change these: -- 2.11.4.GIT