scoutfs: fix minor comment typos

Fix a few comment typos.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2026-08-28 12:44:09 -07:00
parent 5a6394e025
commit c61dcc4c6d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ static inline u8 net_err_from_host(struct super_block *sb, int error)
/*
* Shutdown the connection. This is called by many contexts including
* work that most complete to finish shutting down. We queue specific
* work that must complete to finish shutting down. We queue specific
* shutdown work that can wait on all the connection's other work.
* We're sure to only queue the shutdown work once.
*/
+1 -1
View File
@@ -3897,7 +3897,7 @@ static void queue_farewell_work(struct server_info *server)
* response shuts down the connection.
*
* If a client reconnects they'll send their previously received
* serer_term in their greeting request.
* server_term in their greeting request.
*
* XXX The logic of this has gotten convoluted. The lock server can
* send a recovery request so it needs to be called after the core net