Fix typo in share/examples/sunrpc/dir/rls.c
Event: Advanced UNIX Programming Course (Fall’23) at NTHU. Pull Request: https://github.com/freebsd/freebsd-src/pull/974
This commit is contained in:
@@ -71,7 +71,7 @@ main(argc, argv)
|
||||
}
|
||||
|
||||
/*
|
||||
* Successfuly got a directory listing.
|
||||
* Successfully got a directory listing.
|
||||
* Print it out.
|
||||
*/
|
||||
for (nl = result->readdir_res_u.list; nl != NULL; nl = nl->next) {
|
||||
|
||||
Reference in New Issue
Block a user