From fcfced6a46fa2b6c8dd701264d852d254f9fd042 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Mar 2009 09:36:41 +0100 Subject: [PATCH] typo fix in a comment * lib/vasnprintf.c (divide): Fix a typo in a comment. --- ChangeLog | 4 ++++ lib/vasnprintf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81f963d37..9e8f2f5d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-23 Jim Meyering + + * lib/vasnprintf.c (divide): Fix typo in comment. + 2009-03-23 Ralf Wildenhues * gnulib-tool (func_filter_filelist): Fix comment. diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index fa43ca636..ce4e44b7b 100644 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -413,7 +413,7 @@ divide (mpn_t a, mpn_t b, mpn_t *q) Normalise [q[m-1],...,q[0]], yields q. If m>=n>1, perform a multiple-precision division: We have a/b < beta^(m-n+1). - s:=intDsize-1-(hightest bit in b[n-1]), 0<=s=beta/2. For j=m-n,...,0: {Here 0 <= r < b*beta^(j+1).} -- 2.11.0