]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - CODING_STYLE
core: avoid compiler warning when compiling with -fexceptions
[thirdparty/systemd.git] / CODING_STYLE
index 46e366898e7ee5ddeac6882ef9fa51c081de7cd0..e5ba396368d8f49f3a77e62d82246fa89f26cde1 100644 (file)
   programming error with assert_return() and return a sensible return
   code. In all other calls, it is recommended to check for programming
   errors with a more brutal assert(). We are more forgiving to public
-  users then for ourselves! Note that assert() and assert_return()
+  users than for ourselves! Note that assert() and assert_return()
   really only should be used for detecting programming errors, not for
   runtime errors. assert() and assert_return() by usage of _likely_()
   inform the compiler that he should not expect these checks to fail,