]> Savannah Git Hosting - gnulib.git/commitdiff
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 ecf87a57e124528cf6e307906c92db6d552c2b63..4cb125ff6ddf2d272b2a3f0fdd37153cb71599f6 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 52868bcb968cbd5a50aa4a4bf537ff0c6d72028b..5d1cd146c3de83b2f83764ff909be1a5c4b18e7a 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 da691fef2273151cd88c9d8ab61f7e913b40054a..0983a77f367e5e9c66ada2650a6ad956abfe449b 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