diff --git a/manifests/setup/router.pp b/manifests/setup/router.pp
index 990484d9fc7d6fcd24f109176ac1de79884672fc..e19a2d1c9428ecb2eb55a4502844a7241bf54974 100644
--- a/manifests/setup/router.pp
+++ b/manifests/setup/router.pp
@@ -1,8 +1,8 @@
 # A convenience method to set up a router between
 # a private subnet and the public network. The
 # $title of the resource is 'routername:subnet',
-# where tenant is the name of the tenant to assign
-# the router to and subnet is the name of the
+# where routername is the name of the router to assign
+# to the tenant "test" and subnet is the name of the
 # subnet to connect the router to.
 
 define iaas::setup::router {
@@ -36,4 +36,4 @@ define iaas::setup::router {
     }
   }
 
-}
+}
\ No newline at end of file