1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

CODING_CONVENTIONS.md: fix typo 'seperate' -> 'separate'

This commit is contained in:
Alexandre Abadie 2020-10-02 07:47:17 +02:00
parent 39c4e36f1a
commit bf887b6147
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -58,7 +58,7 @@
uint8_t b;
} foobar_t;
```
* Use of a seperate line typedef for structs is allowed for forward
* Use of a separate line typedef for structs is allowed for forward
declarations, e.g.,
```
typedef struct mystruct mystruct_t;