devguide/code-style: fix typo in banned functions

pull/6424/head
Juliana Fajardini 4 years ago committed by Victor Julien
parent 6c7f06b001
commit 2f3cee2429

@ -716,7 +716,7 @@ Banned functions
+------------+---------------+-----------+ +------------+---------------+-----------+
| function | replacement | reason | | function | replacement | reason |
+============+===============+===========+ +============+===============+===========+
| strok | strtok_r | | | strtok | strtok_r | |
+------------+---------------+-----------+ +------------+---------------+-----------+
| sprintf | snprintf | unsafe | | sprintf | snprintf | unsafe |
+------------+---------------+-----------+ +------------+---------------+-----------+

Loading…
Cancel
Save