at-func*.c: fix comments
authorJim Meyering <meyering@redhat.com>
Fri, 4 Nov 2011 12:33:54 +0000 (13:33 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 4 Nov 2011 12:34:14 +0000 (13:34 +0100)
* lib/at-func2.c: Correct/improve first-line comment.
* lib/at-func.c: Correct grammar in first-line comment.

ChangeLog
lib/at-func.c
lib/at-func2.c

index ecf87a5..4cb125f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'.
index 52868bc..5d1cd14 100644 (file)
@@ -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
index da691fe..0983a77 100644 (file)
@@ -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