[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] at-func*.c: fix comments
From: |
Jim Meyering |
Subject: |
[PATCH] at-func*.c: fix comments |
Date: |
Fri, 04 Nov 2011 13:34:42 +0100 |
FYI,
>From 6a72f73905064a64091d16fd0787b96a012b4794 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
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 56cced3..2525647 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-04 Jim Meyering <address@hidden>
+
+ 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 <address@hidden>
closedir: Avoid warning on mingw.
diff --git a/lib/at-func.c b/lib/at-func.c
index 52868bc..5d1cd14 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 da691fe..0983a77 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
--
1.7.8.rc0.35.gee6df
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] at-func*.c: fix comments,
Jim Meyering <=