changeset 1293:2bb4c9c36a9f

add descriptive first-line comment
author Jim Meyering <jim@meyering.net>
date Tue, 31 Mar 1998 12:09:55 +0000
parents af4efc88e560
children 24aee8551316
files lib/stpcpy.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/stpcpy.c
+++ b/lib/stpcpy.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc.
+/* stpcpy.c -- copy a string and return pointer to end of new string
+   Copyright (C) 1992, 1995, 1997, 1998 Free Software Foundation, Inc.
 
    NOTE: The canonical source of this file is maintained with the GNU C Library.
    Bugs can be reported to bug-glibc@prep.ai.mit.edu.