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
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
2 changed files with 2 additions and 2 deletions

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.
*/

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.
*/