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/399d0262b18b
branches:  trunk
changeset: 1022704:399d0262b18b
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 3e0f6a4d3e9d -r 399d0262b18b 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