chiark / gitweb /
Fix missing space in comments (#5439)
[elogind.git] / src / basic / process-util.c
index 8ced76a897c2375b4af9ac4d5acfa499ce9bc63b..08ec66fb31a5f647747a77ce7c4174c37d1ad5fe 100644 (file)
@@ -310,7 +310,7 @@ int rename_process(const char name[]) {
 
         /* Third step, completely replace the argv[] array the kernel maintains for us. This requires privileges, but
          * has the advantage that the argv[] array is exactly what we want it to be, and not filled up with zeros at
-         * the end. This is the best option for changing /proc/self/cmdline.*/
+         * the end. This is the best option for changing /proc/self/cmdline. */
         if (mm_size < l+1) {
                 size_t nn_size;
                 char *nn;