svn commit: r367321 - head/sys/amd64/linux
Mateusz Piotrowski
0mp at FreeBSD.org
Wed Nov 4 10:38:26 UTC 2020
Author: 0mp (doc,ports committer)
Date: Wed Nov 4 10:38:25 2020
New Revision: 367321
URL: https://svnweb.freebsd.org/changeset/base/367321
Log:
Fix a typo
Modified:
head/sys/amd64/linux/linux_machdep.c
Modified: head/sys/amd64/linux/linux_machdep.c
==============================================================================
--- head/sys/amd64/linux/linux_machdep.c Wed Nov 4 10:21:30 2020 (r367320)
+++ head/sys/amd64/linux/linux_machdep.c Wed Nov 4 10:38:25 2020 (r367321)
@@ -126,7 +126,7 @@ linux_set_upcall_kse(struct thread *td, register_t sta
/*
* The newly created Linux thread returns
- * to the user space by the same path that a parent do.
+ * to the user space by the same path that a parent does.
*/
td->td_frame->tf_rax = 0;
return (0);
More information about the svn-src-head
mailing list