summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-08-27 07:24:17 +0000
committerguenther <guenther@openbsd.org>2015-08-27 07:24:17 +0000
commit33b1d6e2a54404526e407aa82115c3d259756bd7 (patch)
treeee7c1148a174981a3d52462d06f18b176383ae28
parentRemove SSLv3 support from LibreSSL regression tests. (diff)
downloadwireguard-openbsd-33b1d6e2a54404526e407aa82115c3d259756bd7.tar.xz
wireguard-openbsd-33b1d6e2a54404526e407aa82115c3d259756bd7.zip
fix comment
-rw-r--r--lib/libc/arch/powerpc/sys/tfork_thread.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/powerpc/sys/tfork_thread.S b/lib/libc/arch/powerpc/sys/tfork_thread.S
index 4d93fda6e6c..54ba5dc29d3 100644
--- a/lib/libc/arch/powerpc/sys/tfork_thread.S
+++ b/lib/libc/arch/powerpc/sys/tfork_thread.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: tfork_thread.S,v 1.3 2015/08/23 15:51:28 kettenis Exp $ */
+/* $OpenBSD: tfork_thread.S,v 1.4 2015/08/27 07:24:17 guenther Exp $ */
/*
* Copyright (c) 2005 Tim Wiess <tim@nop.cx>
@@ -40,7 +40,7 @@ ENTRY(__tfork_thread)
subi %r1, %r1, 16 /* fixup sp to get headroom */
blrl
- /* child returned, call _exit */
+ /* child returned, call __threxit */
li %r0, SYS___threxit
sc
1: