aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-08-06 16:51:18 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-08-06 16:51:18 +0100
commite653d175410801b61dcd3a2154914781eaba60f1 (patch)
tree1d4c1821471db81e2d0533acaffe94c9c89b1cbe
parentca6adfc555d85132aeefb3afc6b214b213ab2346 (diff)
Fix typo in comment
Change-Id: Idc1294e0234cc036de7b201128d994614eaefa19
-rw-r--r--db/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.py b/db/db.py
index 2f69f10..aeb65a1 100644
--- a/db/db.py
+++ b/db/db.py
@@ -554,7 +554,7 @@ class VlanDB:
# 1. The port must already exist
# 2. The port must not be a trunk port
# 3. The port must not be locked
- # 1. The VLAN must already exist in the database
+ # 4. The VLAN must already exist in the database
def set_base_vlan(self, port_id, vlan_id):
port = self.get_port_by_id(port_id)
if port is None: