aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-08-07 15:19:40 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-08-07 15:19:40 +0100
commit2a5df9776a26d233acedebbda904475fd8056982 (patch)
treec6b2396c288c7d69717fb292b4f821ed1d0508ba
parentc4890131e16b69e96037707a8f04418640ac26a6 (diff)
Fix incomplete comment
Change-Id: I4f33abbfa35a5e9881fd00c981cb4e523f816e9f
-rw-r--r--db/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.py b/db/db.py
index 99ea454..a361095 100644
--- a/db/db.py
+++ b/db/db.py
@@ -236,7 +236,7 @@ class VlanDB:
# Delete the specified VLAN
#
# Constraints:
- # 1. The VLAN
+ # 1. The VLAN must exist
# 2. The VLAN may not contain any ports - move or delete them first!
def delete_vlan(self, vlan_id):
vlan = self.get_vlan_by_id(vlan_id)