Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser fix typo in README.compileopts text.
details: https://anonhg.NetBSD.org/src/rev/af1d277930ba
branches: trunk
changeset: 984972:af1d277930ba
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Aug 02 17:45:10 2021 +0000
description:
fix typo in README.compileopts text.
diffstat:
lib/librumpuser/README.compileopts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ff66b077d255 -r af1d277930ba lib/librumpuser/README.compileopts
--- a/lib/librumpuser/README.compileopts Mon Aug 02 17:43:55 2021 +0000
+++ b/lib/librumpuser/README.compileopts Mon Aug 02 17:45:10 2021 +0000
@@ -1,4 +1,4 @@
- $NetBSD: README.compileopts,v 1.1 2016/01/25 00:24:23 pooka Exp $
+ $NetBSD: README.compileopts,v 1.2 2021/08/02 17:45:10 andvar Exp $
This file describes compile-time options (make variables) for
the rumpuser POSIX implementation.
@@ -12,7 +12,7 @@
values: pthread/none/fiber or <undefined>
defval: <undefined>
effect: Define the way threading is implemented in the rumpuser hypercall
- implmentation.
+ implementation.
<undefined> - use default implementation (currently "pthread")
pthread - use pthreads to implement threading
none - do not support kernel threads at all
Home |
Main Index |
Thread Index |
Old Index