diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-29 02:50:04 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-08-29 02:50:04 -0700 |
commit | ab74d59f652e5c0815232b7206b6df8bafffebd9 (patch) | |
tree | 4a36d4af7cc0565bad4ea677a9cf5b9f44e0d6e5 /soft-fp | |
parent | a22a582e496e3a2bd1e5cda45ac11e3a7dc6584f (diff) | |
download | glibc-ab74d59f652e5c0815232b7206b6df8bafffebd9.zip glibc-ab74d59f652e5c0815232b7206b6df8bafffebd9.tar.gz glibc-ab74d59f652e5c0815232b7206b6df8bafffebd9.tar.bz2 |
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.c | 2 | ||||
-rw-r--r-- | soft-fp/fixdfti.c | 2 | ||||
-rw-r--r-- | soft-fp/fixsfti.c | 2 | ||||
-rw-r--r-- | soft-fp/fixtfti.c | 2 | ||||
-rw-r--r-- | soft-fp/fixunsdfti.c | 2 | ||||
-rw-r--r-- | soft-fp/fixunssfti.c | 2 | ||||
-rw-r--r-- | soft-fp/fixunstfti.c | 2 | ||||
-rw-r--r-- | soft-fp/floattidf.c | 2 | ||||
-rw-r--r-- | soft-fp/floattisf.c | 2 | ||||
-rw-r--r-- | soft-fp/floattitf.c | 2 | ||||
-rw-r--r-- | soft-fp/floatuntidf.c | 2 | ||||
-rw-r--r-- | soft-fp/floatuntisf.c | 2 | ||||
-rw-r--r-- | soft-fp/floatuntitf.c | 2 | ||||
-rw-r--r-- | soft-fp/trunctfxf2.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/soft-fp/extendxftf2.c b/soft-fp/extendxftf2.c index d9885e5..f1af6ab 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 7a09e79..1b36fdf 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 d6905fb..e369a44 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 bddc7f8..cc9e27d 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 61b5f71..78e2d16 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 0f6bc24..1c2143f 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 6e65ab1..d2618f5 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 889e6ae..b1cbdec 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 6ea6b27..250f0f7 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 1c3e891..3ee3aa4 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 ca311aa..3a68fdc 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 5cf0331..696190d 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 78e7176..93c7fbb 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 0d828fa..0c70637 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 |