FreeCalypso > hg > freecalypso-citrine
changeset 45:a2d5d622e19e
sprintf/*.[ch]: author's gendered name corrected in the comments
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 29 Sep 2017 03:02:50 +0000 |
parents | 70c9bb37bd74 |
children | 38cf7fa65976 |
files | sprintf/defs.h sprintf/float.c sprintf/integer.c sprintf/vspcore.c |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/sprintf/defs.h Sat Sep 09 16:23:19 2017 +0000 +++ b/sprintf/defs.h Fri Sep 29 03:02:50 2017 +0000 @@ -1,5 +1,5 @@ /* - * Embedded [v]sprintf() implementation by Michael Spacefalcon, + * Embedded [v]sprintf() implementation by Mychaela Falconia, * loosely based on the 4.3BSD-Tahoe version. * * This header file contains some internal definitions used by
--- a/sprintf/float.c Sat Sep 09 16:23:19 2017 +0000 +++ b/sprintf/float.c Fri Sep 29 03:02:50 2017 +0000 @@ -1,5 +1,5 @@ /* - * Embedded [v]sprintf() implementation by Michael Spacefalcon, + * Embedded [v]sprintf() implementation by Mychaela Falconia, * loosely based on the 4.3BSD-Tahoe version. * * This module contains the floating point conversion functions.
--- a/sprintf/integer.c Sat Sep 09 16:23:19 2017 +0000 +++ b/sprintf/integer.c Fri Sep 29 03:02:50 2017 +0000 @@ -1,5 +1,5 @@ /* - * Embedded [v]sprintf() implementation by Michael Spacefalcon, + * Embedded [v]sprintf() implementation by Mychaela Falconia, * loosely based on the 4.3BSD-Tahoe version. * * This module contains the integer conversion functions.
--- a/sprintf/vspcore.c Sat Sep 09 16:23:19 2017 +0000 +++ b/sprintf/vspcore.c Fri Sep 29 03:02:50 2017 +0000 @@ -1,5 +1,5 @@ /* - * Embedded [v]sprintf() implementation by Michael Spacefalcon, + * Embedded [v]sprintf() implementation by Mychaela Falconia, * loosely based on the 4.3BSD-Tahoe version. * * This module contains the core of the vsprintf() function, which may