From: Ulrich Drepper Date: Fri, 30 Jan 1998 12:26:36 +0000 (+0000) Subject: Fix typo. X-Git-Tag: glibc-2.16-ports-before-merge~3323 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e85e76352cc1bd311b1051fe5eaf8d000ab0a45d;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/sysdeps/alpha/htons.S b/sysdeps/alpha/htons.S index f65f0e0826d..d5d44673598 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)