Changed comment to better reflect the function
Change-Id: I97325a64e5f8a5911e6251411931c39152d912da
diff --git a/properties.go b/properties.go
index 44f9c1f..80149ae 100644
--- a/properties.go
+++ b/properties.go
@@ -596,7 +596,7 @@
// ----------------------------------------------------------------------------
-// deletes the key from the map and comments
+// removes the key (and its comments) from the properties
// abides by the rules of the builtin delete()
func (p *Properties) Delete(key string) () {
delete(p.m, key)