# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1506654170 0
# Node ID a2d5d622e19e785239c0bad4f1319aa9e61ff49d
# Parent  70c9bb37bd74a00a93de8cbf7982830b4598d77b
sprintf/*.[ch]: author's gendered name corrected in the comments

diff -r 70c9bb37bd74 -r a2d5d622e19e sprintf/defs.h
--- 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
diff -r 70c9bb37bd74 -r a2d5d622e19e sprintf/float.c
--- 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.
diff -r 70c9bb37bd74 -r a2d5d622e19e sprintf/integer.c
--- 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.
diff -r 70c9bb37bd74 -r a2d5d622e19e sprintf/vspcore.c
--- 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