From c609cd960d5cc309fe32ab315efe8dde79504d14 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Thu, 15 Oct 2015 15:15:56 +0100 Subject: maint: fix incorrect spellings etc * NEWS: Use a standard version specification. * doc/coreutils.texi: Fix incorrect grammar. * src/df.c: Update a stale comment. * src/copy.c: Fix incorrect spellings. * src/factor.c: Likewise. * src/ls.c: Likewise. * src/pr.c: Likewise. * src/relpath.c: Likewise. * src/shred.c: Likewise. * src/sort.c: Likewise. * src/split.c: Likewise. * src/stdbuf.c: Likewise. * tests/misc/seq-precision.sh: Likewise. --- src/factor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/factor.c') diff --git a/src/factor.c b/src/factor.c index ee578bfe5..b195c0545 100644 --- a/src/factor.c +++ b/src/factor.c @@ -37,7 +37,7 @@ Using GMP is optional. Define HAVE_GMP to make this code include GMP factoring code. The GMP factoring code is based on GMP's demos/factorize.c - (last synched 2012-09-07). The GMP-based factoring code will stay in GMP + (last synced 2012-09-07). The GMP-based factoring code will stay in GMP factoring code even if numbers get small enough for using the two-word code. -- cgit v1.2.3-70-g09d2