Fix function documentation name
diff --git a/export.go b/export.go
index bfc5db6..9ae20e9 100644
--- a/export.go
+++ b/export.go
@@ -353,7 +353,7 @@
 	return nil
 }
 
-// exportWithMap is the worker function for all exports/registrations.
+// export is the worker function for all exports/registrations.
 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSubtree bool) error {
 	h, ok := conn.handler.(*defaultHandler)
 	if !ok {