From ab74d59f652e5c0815232b7206b6df8bafffebd9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 29 Aug 2019 02:50:04 -0700 Subject: Correct the spelling of more contributors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct the spellings of Rafael Ávila de Espíndola, Uroš Bizjak, Alexandra Hájková, and Rafał Lużyński. --- soft-fp/extendxftf2.c | 2 +- soft-fp/fixdfti.c | 2 +- soft-fp/fixsfti.c | 2 +- soft-fp/fixtfti.c | 2 +- soft-fp/fixunsdfti.c | 2 +- soft-fp/fixunssfti.c | 2 +- soft-fp/fixunstfti.c | 2 +- soft-fp/floattidf.c | 2 +- soft-fp/floattisf.c | 2 +- soft-fp/floattitf.c | 2 +- soft-fp/floatuntidf.c | 2 +- soft-fp/floatuntisf.c | 2 +- soft-fp/floatuntitf.c | 2 +- soft-fp/trunctfxf2.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'soft-fp') 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 -- cgit 1.4.1