diff options
author | Jonathan Boulle <jonathanboulle@gmail.com> | 2014-05-23 11:56:42 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-24 19:01:03 -0400 |
commit | 865cc19a34cd9a3ff98a7b3754747f4904f56faa (patch) | |
tree | d73fc80dc19508dda3e91b9b482eb8a8eda03a6a /CODING_STYLE | |
parent | 623538c3125fd0174513e4ef5b0e6163f4ea41ef (diff) |
Fix several small typos
Diffstat (limited to 'CODING_STYLE')
-rw-r--r-- | CODING_STYLE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STYLE b/CODING_STYLE index 996897bcde..4ec5923d3d 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -16,7 +16,7 @@ half-initialized objects, too - Error codes are returned as negative Exxx. i.e. return -EINVAL. There - are some exceptions: for constructors its is OK to return NULL on + are some exceptions: for constructors it is OK to return NULL on OOM. For lookup functions NULL is fine too for "not found". Be strict with this. When you write a function that can fail due to |