summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-10-31 17:18:44 +0100
committerMax Kellermann <max@musicpd.org>2018-10-31 17:18:44 +0100
commit2148d4bb31cde4751d7be42e2d8c7cd9ac4e0ff4 (patch)
treede783b6c213accef813b2f7ae863d5ef1558f952
parente79d06d595e05553fde3c5b8d229ae4ad12977dd (diff)
fs/io/FileOutputStream: fix -Wcomment
-rw-r--r--src/fs/io/FileOutputStream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/io/FileOutputStream.hxx b/src/fs/io/FileOutputStream.hxx
index aec4001fe..3f30b3c39 100644
--- a/src/fs/io/FileOutputStream.hxx
+++ b/src/fs/io/FileOutputStream.hxx
@@ -50,7 +50,7 @@
/* we don't use O_TMPFILE on Android because Android's braindead
SELinux policy disallows hardlinks
(https://android.googlesource.com/platform/external/sepolicy/+/85ce2c7),
- even hardlinks from /proc/self/fd/*, which however is required to
+ even hardlinks from /proc/self/fd/N, which however is required to
use O_TMPFILE */
#define HAVE_O_TMPFILE
#endif