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:
YuZhong-Chen 2024-01-01 17:20:01 +08:00 committed by Li-Wen Hsu
parent ee40f9e860
commit edc7b46ebe
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF

View file

@ -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) {