diff -r ad6b8c47bd56 -r da953e387d31 lemon/bits/alteration_notifier.h --- a/lemon/bits/alteration_notifier.h Mon Jul 28 09:29:30 2008 +0200 +++ b/lemon/bits/alteration_notifier.h Mon Jul 28 12:39:58 2008 +0100 @@ -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