chiark / gitweb /
missing_syscall: add __NR_copy_file_range for powerpc architecture (#3772)
[elogind.git] / src / basic / fileio.c
index d3fb86174e3a8dca9f9688a210efd2a1859d468a..525cca73899c8b42331252302425cc4d595f04ea 100644 (file)
@@ -1071,7 +1071,7 @@ int fflush_and_check(FILE *f) {
         return 0;
 }
 
-/* This is much like like mkostemp() but is subject to umask(). */
+/* This is much like mkostemp() but is subject to umask(). */
 int mkostemp_safe(char *pattern, int flags) {
         _cleanup_umask_ mode_t u = 0;
         int fd;