From 63c87db7747df8659ecbe5d69a50989d8655d064 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 Nov 2011 13:33:54 +0100 Subject: [PATCH] at-func*.c: fix comments * lib/at-func2.c: Correct/improve first-line comment. * lib/at-func.c: Correct grammar in first-line comment. --- ChangeLog | 6 ++++++ lib/at-func.c | 2 +- lib/at-func2.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ecf87a57e1..4cb125ff6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-11-04 Jim Meyering + + 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 New module 'mkdirat', split off from module 'openat'. diff --git a/lib/at-func.c b/lib/at-func.c index 52868bcb96..5d1cd146c3 100644 --- a/lib/at-func.c +++ b/lib/at-func.c @@ -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 diff --git a/lib/at-func2.c b/lib/at-func2.c index da691fef22..0983a77f36 100644 --- a/lib/at-func2.c +++ b/lib/at-func2.c @@ -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 -- 2.39.5