From 36d5f68f35711765dbe60521b842ddf8e584f868 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 5 May 2017 19:46:43 +0300 Subject: [PATCH] Fix typos in README.DGUX386 * doc/README.DGUX386: Fix typos ("version", "x86", "parallel") in documentation. --- doc/README.DGUX386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.DGUX386 b/doc/README.DGUX386 index 48c800b..2683f14 100644 --- a/doc/README.DGUX386 +++ b/doc/README.DGUX386 @@ -1,4 +1,4 @@ - Garbage Collector (parallel iversion) for ix86 DG/UX Release R4.20MU07 + Garbage Collector (parallel version) for x86 DG/UX Release R4.20MU07 *READ* the file README.QUICK. @@ -7,7 +7,7 @@ This compiler has the new "dgux386" threads package implemented. It also supports the switch "-pthread" needed to link correctly the DG/UX's -lrte -lthread with -lgcc and the system's -lc. - Finally we support parralleli-mark for the SMP DG/UX machines. + Finally, we support parallel mark for the SMP DG/UX machines. To build the garbage collector do: ./configure --enable-parallel-mark -- 2.7.4