diff --git a/connectServer/main.go b/connectServer/main.go
index 2c783f6894410cfe12a7dda6afaebaa3cd8b825a..ece941b06a0cf0cc839b5bcbc14a2197477ec512 100644
--- a/connectServer/main.go
+++ b/connectServer/main.go
@@ -63,9 +63,9 @@ func main() {
 		}
 	}
 
-	// Login to your client session-----------------------------------------------------
+	// Load client state and identity-----------------------------------------------------
 
-	// Login with the same sessionPath and sessionPass used to call NewClient()
+	// Load with the same sessionPath and sessionPass used to call NewClient()
 	baseClient, err := xxdk.LoadCmix(statePath, []byte(statePass), xxdk.GetDefaultCMixParams())
 	if err != nil {
 		jww.FATAL.Panicf("Failed to load state: %+v", err)