diff options
author | Jim Meyering <jim@meyering.net> | 2006-01-03 10:29:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-01-03 10:29:58 +0000 |
commit | b9c62b6747ba23b559e89164f0654f53d8ba6210 (patch) | |
tree | 774f7f6c43be884aaa8c4833ee6205301ba9588e /lib | |
parent | 2b9a6ee886cb2828b7a2182f593ba54bebcc9314 (diff) | |
download | coreutils-b9c62b6747ba23b559e89164f0654f53d8ba6210.tar.xz |
correct first-line comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mkdirat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mkdirat.c b/lib/mkdirat.c index b9ba52dcd..6103c6f15 100644 --- a/lib/mkdirat.c +++ b/lib/mkdirat.c @@ -1,5 +1,5 @@ -/* provide a replacement openat function - Copyright (C) 2005 Free Software Foundation, Inc. +/* fd-relative mkdir + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |