rpc: Fix typo in comment

Event:		Advanced UNIX Programming Course (Fall’23) at NTHU.
Pull Request:	https://github.com/freebsd/freebsd-src/pull/995
This commit is contained in:
Assume-Zhan
2024-01-05 12:51:50 +08:00
committed by Li-Wen Hsu
parent 0789c3bd2c
commit eb8ba6fb74
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
* svc_vc.c, Server side for Connection Oriented based RPC.
*
* Actually implements two flavors of transporter -
* a tcp rendezvouser (a listner and connection establisher)
* a tcp rendezvouser (a listener and connection establisher)
* and a record/tcp stream.
*/
+1 -1
View File
@@ -35,7 +35,7 @@
* svc_vc.c, Server side for Connection Oriented based RPC.
*
* Actually implements two flavors of transporter -
* a tcp rendezvouser (a listner and connection establisher)
* a tcp rendezvouser (a listener and connection establisher)
* and a record/tcp stream.
*/