]> www.ginac.de Git - ginac.git/blobdiff - ginac/fail.cpp
added a section about error handling
[ginac.git] / ginac / fail.cpp
index 3818538f90a810587dd1d945fa0bf7234b2542c3..d3ed59a29e512a21fb73cf83bbfb30dc83ffcfb8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file fail.cpp
  *
- *  Implementation of class signaling failure of operation. Considered
- *  obsolete all this stuff ought to be replaced by exceptions. */
+ *  Implementation of class signaling failure of operation. Considered obsolete
+ *  (all of this is replaced by exceptions). */
 
 /*
  *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
@@ -44,7 +44,7 @@ DEFAULT_CTORS(fail)
 DEFAULT_ARCHIVING(fail)
 
 //////////
-// functions overriding virtual functions from bases classes
+// functions overriding virtual functions from base classes
 //////////
 
 DEFAULT_COMPARE(fail)