diff --git a/client/drng.go b/client/drng.go
index 17bc41db0673f5351f20e4c05121fccfe93464ba..69c533397cb766bdc2ecc02de755796bb67069f3 100644
--- a/client/drng.go
+++ b/client/drng.go
@@ -37,7 +37,7 @@ func (api *GoShimmerAPI) GetRandomness() (*webapi_randomness.Response, error) {
 	return res, nil
 }
 
-// GetRandomness gets the current randomness.
+// GetCommittee gets the current committee.
 func (api *GoShimmerAPI) GetCommittee() (*webapi_committee.Response, error) {
 	res := &webapi_committee.Response{}
 	if err := api.do(http.MethodGet, func() string {