summaryrefslogtreecommitdiff
path: root/lib/mkdirat.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-03 10:29:58 +0000
committerJim Meyering <jim@meyering.net>2006-01-03 10:29:58 +0000
commitb9c62b6747ba23b559e89164f0654f53d8ba6210 (patch)
tree774f7f6c43be884aaa8c4833ee6205301ba9588e /lib/mkdirat.c
parent2b9a6ee886cb2828b7a2182f593ba54bebcc9314 (diff)
downloadcoreutils-b9c62b6747ba23b559e89164f0654f53d8ba6210.tar.xz
correct first-line comment
Diffstat (limited to 'lib/mkdirat.c')
-rw-r--r--lib/mkdirat.c4
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