Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a2885e6 authored by Manuel Pégourié-Gonnard's avatar Manuel Pégourié-Gonnard Committed by Jonathan Corbet
Browse files

Documentation: fix typo in CodingStyle



Simple typo: "it" for "is".

Signed-off-by: default avatarManuel Pégourié-Gonnard <mpg@elzevir.fr>
Cc: Trivial Patch Monkey <trivial@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent b0353966
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -430,7 +430,7 @@ The rationale for using gotos is:
		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:
		kfree(foo->bar);