From b523f05f8084441712632944218dfc937bb9160a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 25 Oct 2025 00:33:25 +0200 Subject: [PATCH] Some typos fixed --- src/db/db/built-in-macros/pcell_declaration_helper.lym | 2 +- src/db/db/dbPCellVariant.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ();