From c4e676f1ce2489cff4014b1c2efd60edb7b8345b Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sat, 28 Nov 2009 17:34:07 +0200 Subject: [PATCH] libm: Fix typos in Makefile comments. --- lib/libm/src/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libm/src/Makefile.inc b/lib/libm/src/Makefile.inc index b654611716..f7209fc298 100644 --- a/lib/libm/src/Makefile.inc +++ b/lib/libm/src/Makefile.inc @@ -5,14 +5,14 @@ LIBCDIR=${.CURDIR}/../libc CFLAGS+=-I${LIBCDIR}/include -I${LIBCDIR}/${MACHINE_ARCH} -# This files are always used. +# These files are always used. SRCS+= k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \ k_tan.c k_tanf.c llrint.c llrintf.c llround.c \ llroundf.c lrint.c lrintf.c lround.c lroundf.c s_trunc.c s_truncf.c \ w_drem.c w_dremf.c w_gamma.c w_gamma_r.c w_gammaf.c w_gammaf_r.c \ w_lgamma.c w_lgammaf.c -# This files are only used if the MI Makefile didn't already provide +# These files are only used if the MI Makefile didn't already provide # them as assembler version. MI_FUNCS+= \ -- 2.11.4.GIT