From 1b3e2c299d2d39830d0bec5abe82407db673594a Mon Sep 17 00:00:00 2001
From: DQNEO <dqneoo@gmail.com>
Date: Fri, 13 Dec 2013 23:20:37 +0200
Subject: Fix doc (svn -> git)

---
 CODING_STANDARDS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'CODING_STANDARDS')

diff --git a/CODING_STANDARDS b/CODING_STANDARDS
index 5ceacdc4dc..7a0562e6ca 100644
--- a/CODING_STANDARDS
+++ b/CODING_STANDARDS
@@ -59,8 +59,8 @@ Exceptions:
     you're calling.
 
 7.  When commenting out code using a #if statement, do NOT use 0 only. Instead
-    use "<svn username here>_0". For example, #if FOO_0, where FOO is your
-    svn user foo.  This allows easier tracking of why code was commented out,
+    use "<git username here>_0". For example, #if FOO_0, where FOO is your
+    git user foo.  This allows easier tracking of why code was commented out,
     especially in bundled libraries.
 
 8.  Do not define functions that are not available.  For instance, if a
-- 
cgit v1.2.1