From 865cc19a34cd9a3ff98a7b3754747f4904f56faa Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Fri, 23 May 2014 11:56:42 -0700 Subject: Fix several small typos --- CODING_STYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CODING_STYLE') diff --git a/CODING_STYLE b/CODING_STYLE index 996897bcd..4ec5923d3 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 -- cgit v1.2.3