diff options
Diffstat (limited to 'src/vnet/dpo/punt_dpo.c')
-rw-r--r-- | src/vnet/dpo/punt_dpo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/dpo/punt_dpo.c b/src/vnet/dpo/punt_dpo.c index d1661dcc8e0..3ad91e10fc6 100644 --- a/src/vnet/dpo/punt_dpo.c +++ b/src/vnet/dpo/punt_dpo.c @@ -41,7 +41,7 @@ punt_dpo_lock (dpo_id_t *dpo) /* * not maintaining a lock count on the punt * more trouble than it's worth. - * There always needs to be one around. no point it managaing its lifetime + * There always needs to be one around. no point it managing its lifetime */ } static void |