linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.31k stars 1.01k forks source link

fix the display error in epoll_ctl #1059

Closed leeq2016 closed 1 year ago

leeq2016 commented 1 year ago

The result of epoll_ctl has a typo, "epoll_ctl" -> "epoll_clt"

@mrchapp @tdmackey @rossburton @hwoarang

pevik commented 1 year ago

git grep shows more of these typos. Also, we prefer sending patches to mailing list (but accept PR if it's a problem for you to setup git send-email).

leeq2016 commented 1 year ago

git grep shows more of these typos. Also, we prefer sending patches to mailing list (but accept PR if it's a problem for you to setup git send-email).

Yes, I found it too, I'll fix it and submit it to the mailing list later @pevik