diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-08-27 13:52:38 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-08-27 13:52:38 -0700 |
commit | 495897b71ce22eadf3c2de132e85742673f565aa (patch) | |
tree | 44e33924e2cc2b824a94dc063a76c4cc69159ee9 | |
parent | 615582bce18b80dfdabf651a65b7d6ca0b368451 (diff) | |
download | gcc-495897b71ce22eadf3c2de132e85742673f565aa.zip gcc-495897b71ce22eadf3c2de132e85742673f565aa.tar.gz gcc-495897b71ce22eadf3c2de132e85742673f565aa.tar.bz2 |
Fix typo.
From-SVN: r22040
-rw-r--r-- | gcc/ch/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/README b/gcc/ch/README index 3dba977..b99d10a 100644 --- a/gcc/ch/README +++ b/gcc/ch/README @@ -35,7 +35,7 @@ The Chill run-time system is in the runtime sub-directory. Notice rts.c contains a poor main's implementation of Chill "processes" (threads). It is not added to libchill.a. We only use it for testing. (Our customer uses a different -implementation for product work.) +implementation for production work.) The GNU Chill implementation was primarily written by Per Bothner, along with Bill Cox, Wilfried Moser, Michael |