]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - doc/CODING_STYLE
Merge pull request #8822 from fbuihuu/rfc-tmpfiles-safe-upstream
[thirdparty/systemd.git] / doc / CODING_STYLE
index 2c1577d8aa3770356c3c5c4cf22f7baff5efcc2a..26928d2e2d6b5bf74ed6180a6c7c9d5eb59c485a 100644 (file)
 - Avoid leaving long-running child processes around, i.e. fork()s that
   are not followed quickly by an execv() in the child. Resource
   management is unclear in this case, and memory CoW will result in
-  unexpected penalties in the parent much much later on.
+  unexpected penalties in the parent much, much later on.
 
 - Don't block execution for arbitrary amounts of time using usleep()
   or a similar call, unless you really know what you do. Just "giving
   setting.
 
 - When referring to a command line option in the documentation and such, please
-  allways prefix with "--" or "-" (as appropriate), to indicate that it is a
+  always prefix with "--" or "-" (as appropriate), to indicate that it is a
   command line option.
 
 - When referring to a file system path that is a directory, please always