Removing old text from comment
diff --git a/openstack/compute/v2/extensions/secgroups/requests.go b/openstack/compute/v2/extensions/secgroups/requests.go
index 61fa593..09503d7 100644
--- a/openstack/compute/v2/extensions/secgroups/requests.go
+++ b/openstack/compute/v2/extensions/secgroups/requests.go
@@ -33,12 +33,10 @@
 // security groups. It therefore represents the mutable attributes of a
 // security group.
 type GroupOpts struct {
-	// Required - the name of your security group. If no value provided, null
-	// will be set.
+	// Required - the name of your security group.
 	Name string `json:"name"`
 
-	// Required - the description of your security group. If no value provided,
-	// null will be set.
+	// Required - the description of your security group.
 	Description string `json:"description"`
 }