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:
@@ -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
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user