From 865305ac0bffcc8f973cfca2cad38373f0bcb61c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 20 Nov 2014 17:01:47 +0100 Subject: [PATCH] Update codingStyle.txt --- codingStyle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codingStyle.txt b/codingStyle.txt index 0a3d9c80..36dbabc3 100644 --- a/codingStyle.txt +++ b/codingStyle.txt @@ -126,7 +126,7 @@ We need to use the same coding style in c and c++ to simplify inter-reading code - Fonction/Methods: Camel case with first letter in lower case. void myExampleFontionName(void); - - Valiable: + - Variable: Camel case with first letter in lower case. int32_t myVariableExample; - namespace: