summaryrefslogtreecommitdiff
path: root/gl/lib/tempname.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/lib/tempname.h')
-rw-r--r--gl/lib/tempname.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/lib/tempname.h b/gl/lib/tempname.h
index b7dd3a101..ee34aca21 100644
--- a/gl/lib/tempname.h
+++ b/gl/lib/tempname.h
@@ -30,9 +30,9 @@
KIND may be one of:
GT_NOCREATE: simply verify that the name does not exist
- at the time of the call.
+ at the time of the call.
GT_FILE: create a large file using open(O_CREAT|O_EXCL)
- and return a read-write fd. The file is mode 0600.
+ and return a read-write fd. The file is mode 0600.
GT_DIR: create a directory, which will be mode 0700.
We use a clever algorithm to get hard-to-predict names. */