# HG changeset patch # User Paul Boddie # Date 1656279849 -7200 # Node ID fe54ff597c1d7c432987c7200811e1a2ff26b189 # Parent 1c4421a0046f464c322217dd397d670dc7c2792e Adjusted method docstring. diff -r 1c4421a0046f -r fe54ff597c1d libfsserver/lib/generic/resource_server.cc --- a/libfsserver/lib/generic/resource_server.cc Sat Jun 25 22:50:02 2022 +0200 +++ b/libfsserver/lib/generic/resource_server.cc Sun Jun 26 23:44:09 2022 +0200 @@ -1,7 +1,7 @@ /* * Resource server functionality. * - * Copyright (C) 2018, 2019, 2020, 2021 Paul Boddie + * Copyright (C) 2018, 2019, 2020, 2021, 2022 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -68,8 +68,8 @@ return resource_start_config(_config, _resource); } -/* A convenience method starting a thread and providing the server - capability. */ +/* A convenience method starting a thread and returning the server capability + employed via the given parameter. */ long ResourceServer::start_thread(l4_cap_idx_t *server) {