diff --git a/doc/Changelog b/doc/Changelog index a3bb67fb7..01e3adaaf 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +19 December 2016: Ralph + - Fix #1191: remove comment about view deletion. + 15 December 2016: Wouter - iana portlist update - 64bit is default for windows builds. diff --git a/services/view.h b/services/view.h index f64b2461e..1116aafe9 100644 --- a/services/view.h +++ b/services/view.h @@ -75,9 +75,8 @@ struct view { * specific tree. 1 for yes, 0 for no */ int isfirst; /** lock on the data in the structure - * For the node and name you - * need to also hold the views_tree lock to change them (or to - * delete this view) */ + * For the node and name you need to also hold the views_tree lock to + * change them. */ lock_rw_t lock; };