From 2d508fc850d5d1fe98e751613f5c3680781ca90f Mon Sep 17 00:00:00 2001 From: jeckxie Date: Wed, 28 Dec 2016 10:39:46 +0800 Subject: [PATCH] [TrivialFix] Fix comment typo error Change-Id: Ib4838662807982794f1d5e8383315807931c1730 --- neutron/db/l3_dvr_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/db/l3_dvr_db.py b/neutron/db/l3_dvr_db.py index f8cd3757a30..5dcb91daf82 100644 --- a/neutron/db/l3_dvr_db.py +++ b/neutron/db/l3_dvr_db.py @@ -353,7 +353,7 @@ class L3_NAT_with_dvr_db_mixin(l3_db.L3_NAT_db_mixin, # TODO(kevinbenton): even though we get the # port each time, there is a potential race # where we update the port with stale IPs if - # another interface operation is occuring at + # another interface operation is occurring at # the same time. This can be fixed in the # future with a compare-and-swap style update # using the revision number of the port.