diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-09-29 15:34:29 +0200 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2021-09-30 08:40:37 +0000 |
commit | 33b3092d7025f332021c1188826271e87eee2d82 (patch) | |
tree | 6b65c1d2cb9a06e4df2f5e03cbc44c6d3be78b73 /src/plugins/nat/nat44-ei/nat44_ei.h | |
parent | d6f22aa98638ad78d2de7c56c014c6190b96617a (diff) |
nat: doc nitfixes
Type: improvement
Change-Id: I9a4303030b9657c28bbd73168def72c7daa13483
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/plugins/nat/nat44-ei/nat44_ei.h')
-rw-r--r-- | src/plugins/nat/nat44-ei/nat44_ei.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/nat/nat44-ei/nat44_ei.h b/src/plugins/nat/nat44-ei/nat44_ei.h index 055f81c069b..2e5d85f071a 100644 --- a/src/plugins/nat/nat44-ei/nat44_ei.h +++ b/src/plugins/nat/nat44-ei/nat44_ei.h @@ -161,7 +161,7 @@ typedef struct typedef struct { - /* prefered pool address */ + /* preferred pool address */ ip4_address_t pool_addr; /* local IP address */ ip4_address_t local_addr; |