git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357849
91177308-0d34-0410-b5e6-
96231b3b80d8
const NodeRef &operator*() const { return VisitQueue.front()->first; }
- // This is a nonstandard operator-> that dereferenfces the pointer an extra
+ // This is a nonstandard operator-> that dereferences the pointer an extra
// time so that you can actually call methods on the node, because the
// contained type is a pointer.
NodeRef operator->() const { return **this; }