summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_base.h')
-rw-r--r--src/lib/netlist/nl_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/nl_base.h b/src/lib/netlist/nl_base.h
index f47ee3cbdae..55b1ef009b6 100644
--- a/src/lib/netlist/nl_base.h
+++ b/src/lib/netlist/nl_base.h
@@ -183,7 +183,7 @@ namespace netlist
// Exceptions
//============================================================
- /*! Generic netlist expection.
+ /*! Generic netlist exception.
* The exception is used in all events which are considered fatal.
*/
class nl_exception : public plib::pexception
@@ -327,7 +327,7 @@ namespace netlist
};
// -----------------------------------------------------------------------------
- // State variables - predefined and c++11 non-optioanl
+ // State variables - predefined and c++11 non-optional
// -----------------------------------------------------------------------------
/*! predefined state variable type for uint_fast8_t */