diff --git a/doc/contribute/coding_guidelines/index.rst b/doc/contribute/coding_guidelines/index.rst index 8ef52788afa36..8b1e96d82bb13 100644 --- a/doc/contribute/coding_guidelines/index.rst +++ b/doc/contribute/coding_guidelines/index.rst @@ -951,7 +951,7 @@ should comply with the rules listed below. .. _MisraC_Rule_21_13: * - 130 - - Any value passed to a function in shall be representable as an unsigned char or be the value EO + - Any value passed to a function in shall be representable as an unsigned char or be the value EOF - `Rule 21.13 `_ - Mandatory - N/A