]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a typo in a comment.
authorBruno Haible <bruno@clisp.org>
Mon, 23 Mar 2009 22:55:24 +0000 (22:55 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:16:02 +0000 (12:16 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/vasnprintf.c
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/vasnprintf.c

index 95698f736a349b3f5ad6c86538f84c21d685d370..3075fe93f15f3024794839412c3ea15451e5a108 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-23  Jim Meyering  <meyering@redhat.com>
+
+       * vasnprintf.c (divide): Fix typo in comment.
+
 2009-02-26  Bruno Haible  <bruno@clisp.org>
 
        Fix *printf behaviour regarding the %ls directive.
index 6ed08eb6f7a77e0c3c7815536613908d484c023f..81015384bfb467553e83714eec873013e0022ab8 100644 (file)
@@ -414,7 +414,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<intDsize.
+       s:=intDsize-1-(highest bit in b[n-1]), 0<=s<intDsize.
        Shift a and b left by s bits, copying them. r:=a.
        r=[r[m],...,r[0]], b=[b[n-1],...,b[0]] with b[n-1]>=beta/2.
        For j=m-n,...,0: {Here 0 <= r < b*beta^(j+1).}
index 51652e69de6590b07a4273b88abb8fe1cc144911..1251fe5d0f7a58d974bb1cc5cf89f48a506b4afa 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-23  Jim Meyering  <meyering@redhat.com>
+
+       * vasnprintf.c (divide): Fix typo in comment.
+
 2009-02-26  Bruno Haible  <bruno@clisp.org>
 
        Fix *printf behaviour regarding the %ls directive.
index 6ed08eb6f7a77e0c3c7815536613908d484c023f..81015384bfb467553e83714eec873013e0022ab8 100644 (file)
@@ -414,7 +414,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<intDsize.
+       s:=intDsize-1-(highest bit in b[n-1]), 0<=s<intDsize.
        Shift a and b left by s bits, copying them. r:=a.
        r=[r[m],...,r[0]], b=[b[n-1],...,b[0]] with b[n-1]>=beta/2.
        For j=m-n,...,0: {Here 0 <= r < b*beta^(j+1).}