changeset 16026:925d14251564

at-func*.c: fix comments * lib/at-func2.c: Correct/improve first-line comment. * lib/at-func.c: Correct grammar in first-line comment.
author Jim Meyering <meyering@redhat.com>
date Fri, 04 Nov 2011 13:33:54 +0100
parents 8d9cce581f57
children 447e60e7b06e
files ChangeLog lib/at-func.c lib/at-func2.c
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 04 11:31:25 2011 +0100
+++ b/ChangeLog	Fri Nov 04 13:33:54 2011 +0100
@@ -1,3 +1,9 @@
+2011-11-04  Jim Meyering  <meyering@redhat.com>
+
+	at-func*.c: fix comments
+	* lib/at-func2.c: Correct/improve first-line comment.
+	* lib/at-func.c: Correct grammar in first-line comment.
+
 2011-11-04  Bruno Haible  <bruno@clisp.org>
 
 	New module 'mkdirat', split off from module 'openat'.
--- a/lib/at-func.c	Fri Nov 04 11:31:25 2011 +0100
+++ b/lib/at-func.c	Fri Nov 04 13:33:54 2011 +0100
@@ -1,4 +1,4 @@
-/* Define an at-style functions like fstatat, unlinkat, fchownat, etc.
+/* Define at-style functions like fstatat, unlinkat, fchownat, etc.
    Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
--- a/lib/at-func2.c	Fri Nov 04 11:31:25 2011 +0100
+++ b/lib/at-func2.c	Fri Nov 04 13:33:54 2011 +0100
@@ -1,4 +1,4 @@
-/* Define an at-style functions like linkat or renameat.
+/* Define 2-FD at-style functions like linkat or renameat.
    Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify