Fix stale name in comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva 2016-06-10 08:48:49 +00:00
parent cd22fc50f9
commit 7627608849

View File

@ -28,7 +28,7 @@ namespace llvm {
// visited nodes during the po_iterator's depth-first traversal.
//
// The default implementation simply contains a set of visited nodes, while
// the Extended=true version uses a reference to an external set.
// the External=true version uses a reference to an external set.
//
// It is possible to prune the depth-first traversal in several ways:
//