diff --git a/src/db/db/built-in-macros/pcell_declaration_helper.lym b/src/db/db/built-in-macros/pcell_declaration_helper.lym index 1db044b21..774a33028 100644 --- a/src/db/db/built-in-macros/pcell_declaration_helper.lym +++ b/src/db/db/built-in-macros/pcell_declaration_helper.lym @@ -478,7 +478,7 @@ module RBA text end - # implementation of display_text + # implementation of cell_name def cell_name(parameters) self._start @param_values = parameters diff --git a/src/db/db/dbPCellVariant.h b/src/db/db/dbPCellVariant.h index c20aafeaf..a949bd0a2 100644 --- a/src/db/db/dbPCellVariant.h +++ b/src/db/db/dbPCellVariant.h @@ -109,12 +109,12 @@ public: virtual std::string get_display_name () const; /** - * @brief Unregisters a cell from it's context. + * @brief Unregisters a cell from its context. */ virtual void unregister (); /** - * @brief Re-registers a cell inside it's context. + * @brief Re-registers a cell inside its context. */ virtual void reregister ();