Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 10:38:25 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367321 - head/sys/amd64/linux
Message-ID:  <202011041038.0A4AcPNn082013@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011041038.0A4AcPNn082013>