[TrivialFix] Fix comment typo error

Change-Id: Ib4838662807982794f1d5e8383315807931c1730
This commit is contained in:
jeckxie 2016-12-28 10:39:46 +08:00
parent 4f8a106cb5
commit 2d508fc850

View File

@ -353,7 +353,7 @@ class L3_NAT_with_dvr_db_mixin(l3_db.L3_NAT_db_mixin,
# TODO(kevinbenton): even though we get the # TODO(kevinbenton): even though we get the
# port each time, there is a potential race # port each time, there is a potential race
# where we update the port with stale IPs if # 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 # the same time. This can be fixed in the
# future with a compare-and-swap style update # future with a compare-and-swap style update
# using the revision number of the port. # using the revision number of the port.