From 0c7335a77db6626ba1bb62447004e0abb7c4dd09 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 9 Nov 2001 03:43:26 +0000 Subject: [PATCH] Spelling errors. --- macosx.txt | 2 +- netlist.h | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/macosx.txt b/macosx.txt index 112ff561d..85ddc8c28 100644 --- a/macosx.txt +++ b/macosx.txt @@ -11,7 +11,7 @@ Unpack this tar file and read the README and Makefile. Install the library according to the instructions. Installation in /usr/local is strongly recommended since otherwise autoconf very likely won't be able to find it. -2) Make sure you have a copy of the 'gperf' tool. This does not come with the Mac OS X 10.1 developer tools, so you probably don't. You can whck with: +2) Make sure you have a copy of the 'gperf' tool. This does not come with the Mac OS X 10.1 developer tools, so you probably don't. You can check with: % which gperf diff --git a/netlist.h b/netlist.h index 381e22c29..6f38c03a1 100644 --- a/netlist.h +++ b/netlist.h @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: netlist.h,v 1.222 2001/11/08 05:15:51 steve Exp $" +#ident "$Id: netlist.h,v 1.223 2001/11/09 03:43:26 steve Exp $" #endif /* @@ -2227,7 +2227,7 @@ class NetEBShift : public NetEBinary { virtual bool set_width(unsigned w); // A shift expression only needs the left expression to have a - // definite with to give the expression a definite width. + // definite width to give the expression a definite width. virtual bool has_width() const; virtual NetEBShift* dup_expr() const; @@ -2859,6 +2859,9 @@ extern ostream& operator << (ostream&, NetNet::Type); /* * $Log: netlist.h,v $ + * Revision 1.223 2001/11/09 03:43:26 steve + * Spelling errors. + * * Revision 1.222 2001/11/08 05:15:51 steve * Remove string paths from PExpr elaboration. *