about summary refs log tree commit diff
path: root/soft-fp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-08-29 02:50:04 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-08-29 02:50:04 -0700
commitab74d59f652e5c0815232b7206b6df8bafffebd9 (patch)
tree4a36d4af7cc0565bad4ea677a9cf5b9f44e0d6e5 /soft-fp
parenta22a582e496e3a2bd1e5cda45ac11e3a7dc6584f (diff)
downloadglibc-ab74d59f652e5c0815232b7206b6df8bafffebd9.tar.gz
glibc-ab74d59f652e5c0815232b7206b6df8bafffebd9.tar.xz
glibc-ab74d59f652e5c0815232b7206b6df8bafffebd9.zip
Correct the spelling of more contributors
Correct the spellings of Rafael Ávila de Espíndola,
Uroš Bizjak, Alexandra Hájková, and Rafał Lużyński.
Diffstat (limited to 'soft-fp')
-rw-r--r--soft-fp/extendxftf2.c2
-rw-r--r--soft-fp/fixdfti.c2
-rw-r--r--soft-fp/fixsfti.c2
-rw-r--r--soft-fp/fixtfti.c2
-rw-r--r--soft-fp/fixunsdfti.c2
-rw-r--r--soft-fp/fixunssfti.c2
-rw-r--r--soft-fp/fixunstfti.c2
-rw-r--r--soft-fp/floattidf.c2
-rw-r--r--soft-fp/floattisf.c2
-rw-r--r--soft-fp/floattitf.c2
-rw-r--r--soft-fp/floatuntidf.c2
-rw-r--r--soft-fp/floatuntisf.c2
-rw-r--r--soft-fp/floatuntitf.c2
-rw-r--r--soft-fp/trunctfxf2.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/soft-fp/extendxftf2.c b/soft-fp/extendxftf2.c
index d9885e5c8f..f1af6ab361 100644
--- a/soft-fp/extendxftf2.c
+++ b/soft-fp/extendxftf2.c
@@ -2,7 +2,7 @@
    Return a converted to IEEE quad
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/fixdfti.c b/soft-fp/fixdfti.c
index 7a09e796bf..1b36fdfd2c 100644
--- a/soft-fp/fixdfti.c
+++ b/soft-fp/fixdfti.c
@@ -2,7 +2,7 @@
    Convert IEEE double to 128bit signed integer
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/fixsfti.c b/soft-fp/fixsfti.c
index d6905fb354..e369a444ca 100644
--- a/soft-fp/fixsfti.c
+++ b/soft-fp/fixsfti.c
@@ -2,7 +2,7 @@
    Convert IEEE single to 128bit signed integer
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/fixtfti.c b/soft-fp/fixtfti.c
index bddc7f86da..cc9e27d712 100644
--- a/soft-fp/fixtfti.c
+++ b/soft-fp/fixtfti.c
@@ -2,7 +2,7 @@
    Convert IEEE quad to 128bit signed integer
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/fixunsdfti.c b/soft-fp/fixunsdfti.c
index 61b5f7110a..78e2d16b70 100644
--- a/soft-fp/fixunsdfti.c
+++ b/soft-fp/fixunsdfti.c
@@ -2,7 +2,7 @@
    Convert IEEE double to 128bit unsigned integer
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/fixunssfti.c b/soft-fp/fixunssfti.c
index 0f6bc24c96..1c2143f758 100644
--- a/soft-fp/fixunssfti.c
+++ b/soft-fp/fixunssfti.c
@@ -2,7 +2,7 @@
    Convert IEEE single to 128bit unsigned integer
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/fixunstfti.c b/soft-fp/fixunstfti.c
index 6e65ab18e7..d2618f52cc 100644
--- a/soft-fp/fixunstfti.c
+++ b/soft-fp/fixunstfti.c
@@ -2,7 +2,7 @@
    Convert IEEE quad to 128bit unsigned integer
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/floattidf.c b/soft-fp/floattidf.c
index 889e6ae23a..b1cbdecaf5 100644
--- a/soft-fp/floattidf.c
+++ b/soft-fp/floattidf.c
@@ -2,7 +2,7 @@
    Convert a 128bit signed integer to IEEE double
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/floattisf.c b/soft-fp/floattisf.c
index 6ea6b279b3..250f0f7384 100644
--- a/soft-fp/floattisf.c
+++ b/soft-fp/floattisf.c
@@ -2,7 +2,7 @@
    Convert a 128bit signed integer to IEEE single
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/floattitf.c b/soft-fp/floattitf.c
index 1c3e8913f5..3ee3aa4413 100644
--- a/soft-fp/floattitf.c
+++ b/soft-fp/floattitf.c
@@ -2,7 +2,7 @@
    Convert a 128bit signed integer to IEEE quad
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/floatuntidf.c b/soft-fp/floatuntidf.c
index ca311aa259..3a68fdce9e 100644
--- a/soft-fp/floatuntidf.c
+++ b/soft-fp/floatuntidf.c
@@ -2,7 +2,7 @@
    Convert a 128bit unsigned integer to IEEE double
    Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/floatuntisf.c b/soft-fp/floatuntisf.c
index 5cf0331932..696190dde4 100644
--- a/soft-fp/floatuntisf.c
+++ b/soft-fp/floatuntisf.c
@@ -2,7 +2,7 @@
    Convert a 128bit unsigned integer to IEEE single
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/floatuntitf.c b/soft-fp/floatuntitf.c
index 78e7176f51..93c7fbb0c0 100644
--- a/soft-fp/floatuntitf.c
+++ b/soft-fp/floatuntitf.c
@@ -2,7 +2,7 @@
    Convert a 128bit unsigned integer to IEEE quad
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/soft-fp/trunctfxf2.c b/soft-fp/trunctfxf2.c
index 0d828fac95..0c70637961 100644
--- a/soft-fp/trunctfxf2.c
+++ b/soft-fp/trunctfxf2.c
@@ -2,7 +2,7 @@
    Truncate IEEE quad into IEEE extended
    Copyright (C) 2007-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Uros Bizjak (ubizjak@gmail.com).
+   Contributed by Uroš Bizjak (ubizjak@gmail.com).
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public