Skip to content

Commit 0aa15f9

Browse files
ubiedanashif
authored andcommitted
doc: coding guidelines: Correct Typo on MISRA Rule 21.13
EO for EOF. Signed-off-by: Luis Ubieda <[email protected]>
1 parent 4867d45 commit 0aa15f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contribute/coding_guidelines/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ should comply with the rules listed below.
951951

952952
.. _MisraC_Rule_21_13:
953953
* - 130
954-
- Any value passed to a function in <ctype.h> shall be representable as an unsigned char or be the value EO
954+
- Any value passed to a function in <ctype.h> shall be representable as an unsigned char or be the value EOF
955955
- `Rule 21.13 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_21_13.c>`_
956956
- Mandatory
957957
- N/A

0 commit comments

Comments
 (0)