diff -r dbe3fc9c875d -r 32155c88f59b lemon/bits/alteration_notifier.h --- a/lemon/bits/alteration_notifier.h Tue Jul 29 14:41:55 2008 +0200 +++ b/lemon/bits/alteration_notifier.h Tue Jul 29 15:06:37 2008 +0200 @@ -41,7 +41,7 @@ /// value containers which are the node and edge maps. /// /// The graph's node and edge sets can be changed as we add or erase - /// nodes and edges in the graph. Lemon would like to handle easily + /// nodes and edges in the graph. LEMON would like to handle easily /// that the node and edge maps should contain values for all nodes or /// edges. If we want to check on every indicing if the map contains /// the current indicing key that cause a drawback in the performance