]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/alpha/divq.S
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / alpha / divq.S
index 41262939400b50345606022127f1507532da3dec..ebb132a55f3ef9e650ccdfc24c8855b780e82817 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -192,7 +192,7 @@ $q_high:
        br      $q_high_ret
 
        .align  4
-       /* The quotient that we computed was too small.  Divide Y by the 
+       /* The quotient that we computed was too small.  Divide Y by the
           current remainder (R) and add that to the existing quotient (Q).
           The expectation, of course, is that R is much smaller than X.  */
        /* Begin with a shift-up loop.  Compute S such that Y*S >= R.  We