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
+1 -1
View File
@@ -71,7 +71,7 @@ main(argc, argv)
} }
/* /*
* Successfuly got a directory listing. * Successfully got a directory listing.
* Print it out. * Print it out.
*/ */
for (nl = result->readdir_res_u.list; nl != NULL; nl = nl->next) { for (nl = result->readdir_res_u.list; nl != NULL; nl = nl->next) {