reword CreateTempURLOpts comment
diff --git a/openstack/objectstorage/v1/objects/requests.go b/openstack/objectstorage/v1/objects/requests.go
index 7acff11..d5a24af 100644
--- a/openstack/objectstorage/v1/objects/requests.go
+++ b/openstack/objectstorage/v1/objects/requests.go
@@ -444,7 +444,7 @@
// Method is the HTTP method to allow for users of the temp URL. Valid values
// are "GET" and "POST".
Method HTTPMethod
- // TTL is the amount of time the temp URL should be active (in seconds).
+ // TTL is the number of seconds the temp URL should be active.
TTL int
}