diff --git a/src/circuit/units.rs b/src/circuit/units.rs
index 60aaec9b..349808bd 100644
--- a/src/circuit/units.rs
+++ b/src/circuit/units.rs
@@ -41,7 +41,7 @@ pub struct Units
{
types: TypeRow,
/// The current index in the type row.
pos: usize,
- /// The amount of linear units yielded so far.
+ /// The number of linear units yielded so far.
linear_count: usize,
/// A pre-set assignment of units that maps linear ports to
/// [`CircuitUnit::Linear`] ids.