Spelling errors.

This commit is contained in:
steve 2001-11-09 03:43:26 +00:00
parent 7e8a538c20
commit 0c7335a77d
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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.
*