Fix typo in documentation of a field in connection record

This commit is contained in:
Daniel Thayer 2015-08-17 14:58:22 -05:00
parent 0687b4f601
commit 7b6ab180b6

View file

@ -349,7 +349,7 @@ type connection: record {
## The outer VLAN, if applicable, for this connection.
vlan: int &optional;
## The VLAN vlan, if applicable, for this connection.
## The inner VLAN, if applicable, for this connection.
inner_vlan: int &optional;
};