summaryrefslogtreecommitdiff
path: root/ports/sysdeps/alpha/alphaev67/stpncpy.S
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-08-30 18:09:30 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-08-30 18:10:31 +0200
commitf24a6d086b96a65a73c68ecf349b03321cb03720 (patch)
tree823c4db1322b11c81ba5ce05d77adbf4afbdbbc8 /ports/sysdeps/alpha/alphaev67/stpncpy.S
parent382466e04e347d3b3fa221897efb8f4cdc239105 (diff)
Fix then/than typos.
Diffstat (limited to 'ports/sysdeps/alpha/alphaev67/stpncpy.S')
-rw-r--r--ports/sysdeps/alpha/alphaev67/stpncpy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/alpha/alphaev67/stpncpy.S b/ports/sysdeps/alpha/alphaev67/stpncpy.S
index 47841bbfa8..336db7dd00 100644
--- a/ports/sysdeps/alpha/alphaev67/stpncpy.S
+++ b/ports/sysdeps/alpha/alphaev67/stpncpy.S
@@ -16,7 +16,7 @@
License along with the GNU C Library. If not, see
<http://www.gnu.org/licenses/>. */
-/* Copy no more then N bytes from SRC to DEST, returning the address of
+/* Copy no more than N bytes from SRC to DEST, returning the address of
the terminating '\0' in DEST. */
#include <sysdep.h>