Remove an extraneous "already" from a comment introduced by r226081.

Submitted by:	bf1783 at googlemail.com
MFC after:	3 days
This commit is contained in:
Rick Macklem 2011-10-07 13:16:21 +00:00
parent fceeafce68
commit cbf06947eb

View File

@ -639,7 +639,7 @@ svc_rpc_gss_forget_client(struct svc_rpc_gss_client *client)
/* /*
* Make sure this client has not already been removed * Make sure this client has not already been removed
* from the lists by svc_rpc_gss_forget_client() or * from the lists by svc_rpc_gss_forget_client() or
* svc_rpc_gss_forget_client_locked() already. * svc_rpc_gss_forget_client_locked().
*/ */
if (client == tclient) { if (client == tclient) {
svc_rpc_gss_forget_client_locked(client); svc_rpc_gss_forget_client_locked(client);