diff --git a/wrapper/CSharp/wolfSSL-TLS-PSK-Client/wolfSSL-TLS-PSK-Client.cs b/wrapper/CSharp/wolfSSL-TLS-PSK-Client/wolfSSL-TLS-PSK-Client.cs
index 48b31bfa9..0383eaf10 100644
--- a/wrapper/CSharp/wolfSSL-TLS-PSK-Client/wolfSSL-TLS-PSK-Client.cs
+++ b/wrapper/CSharp/wolfSSL-TLS-PSK-Client/wolfSSL-TLS-PSK-Client.cs
@@ -32,7 +32,7 @@ using wolfSSL.CSharp;
-public class wolfSSL_TLS_PSK_Server
+public class wolfSSL_TLS_PSK_Client
{
@@ -40,7 +40,9 @@ public class wolfSSL_TLS_PSK_Server
/// Example of a PSK function call back
///
/// pointer to ssl structure
- /// identity of client connecting
+ /// hint if any from connecting
+ /// identity to send to server
+ /// max length of identity
/// buffer to hold key
/// max key size
/// size of key set