From ade99807cf5f0e5dcca3ab9ce37f57f945c448f2 Mon Sep 17 00:00:00 2001 From: Anant Prakash Date: Sat, 2 Jun 2018 20:07:58 +0530 Subject: [PATCH] Update code comment --- src/github.com/matrix-org/dendrite/clientapi/auth/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/auth/auth.go b/src/github.com/matrix-org/dendrite/clientapi/auth/auth.go index 187c5fcb9..4965dbf12 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/auth/auth.go +++ b/src/github.com/matrix-org/dendrite/clientapi/auth/auth.go @@ -57,7 +57,7 @@ type Data struct { } // VerifyUserFromRequest authenticates the HTTP request, -// on success returns UserID, Device of the requester. +// on success returns Device of the requester. // Finds local user or an application service user. // Note: For an AS user, AS dummy device is returned. // On failure returns an JSON error response which can be sent to the client.