Shifting to root pkg
diff --git a/openstack/results.go b/results.go
similarity index 69%
rename from openstack/results.go
rename to results.go
index a7b0e10..3ca7c94 100644
--- a/openstack/results.go
+++ b/results.go
@@ -1,7 +1,7 @@
-package openstack
+package gophercloud
 
 // CommonResult acts as a base struct that other results can embed. It contains
-// the deserialized JSON structured returned from the server (Resp), and any
+// the deserialized JSON structure returned from the server (Resp), and any
 // errors that might have occurred during transport or deserialization.
 type CommonResult struct {
 	Resp map[string]interface{}