---
doc/coding-style.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index 95ed50b..9e5a811 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -167,7 +167,7 @@ enum animal_type {
If the enum contents have values (e.g. from specification) the preferred
formatting is as follows:
-enum animal type {
+enum animal_type {
ANIMAL_TYPE_FOUR_LEGS = 4,
ANIMAL_TYPE_EIGHT_LEGS = 8,
ANIMAL_TYPE_TWO_LEGS = 2,
--
1.7.2.3