aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/alpha/htons.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/htons.S')
-rw-r--r--sysdeps/alpha/htons.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/htons.S b/sysdeps/alpha/htons.S
index f65f0e0826..d5d4467359 100644
--- a/sysdeps/alpha/htons.S
+++ b/sysdeps/alpha/htons.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -35,6 +35,6 @@ ENTRY(htons)
bis v0, t1, v0 # v0 = bbaa
ret
- END(__htons)
+ END(htons)
weak_alias(htons, ntohs)