]> granicus.if.org Git - pdns/commitdiff
spelling: assignment
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:32:19 +0000 (09:32 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:32:19 +0000 (09:32 +0000)
pdns/iputils.hh

index 0a3c2a7f7e9f5c70b40a84e20cf46c6bef11a330..166dc6516fe9a68b320655833629512a4bf1f86d 100644 (file)
@@ -477,7 +477,7 @@ private:
  * To erase something copy values to new tree sans the value you want to erase.
  *
  * Use swap if you need to move the tree to another NetmaskTree instance, it is WAY faster
- * than using copy ctor or assigment operator, since it moves the nodes and tree root to
+ * than using copy ctor or assignment operator, since it moves the nodes and tree root to
  * new home instead of actually recreating the tree.
  *
  * Please see NetmaskGroup for example of simple use case. Other usecases can be found