mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 02:00:31 -04:00
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:
parent
ee40f9e860
commit
edc7b46ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue