Explorar o código

Documentation: fix typo in CodingStyle

Simple typo: "it" for "is".

Signed-off-by: Manuel Pégourié-Gonnard <mpg@elzevir.fr>
Cc: Trivial Patch Monkey <trivial@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Manuel Pégourié-Gonnard %!s(int64=10) %!d(string=hai) anos
pai
achega
9a2885e662
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Documentation/CodingStyle

+ 1 - 1
Documentation/CodingStyle

@@ -430,7 +430,7 @@ The rationale for using gotos is:
 		return result;
 		return result;
 	}
 	}
 
 
-A common type of bug to be aware of it "one err bugs" which look like this:
+A common type of bug to be aware of is "one err bugs" which look like this:
 
 
 	err:
 	err:
 		kfree(foo->bar);
 		kfree(foo->bar);