summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Hooks/CCpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hooks/CCpp.cpp b/src/Hooks/CCpp.cpp
index e821bb52..d30a4a3d 100644
--- a/src/Hooks/CCpp.cpp
+++ b/src/Hooks/CCpp.cpp
@@ -187,7 +187,7 @@ int main(int argc, char** argv)
/* We need coredumps to be readable by all, because
* process producing backtraces is run under the same UID
* as the crashed process.
- * Thus 644, not 600 */
+ * Thus 644, not 600 */
fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
if (fd < 0)
{