mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 06:10:48 +00:00
[NFC] Fix typo in comment.
llvm-svn: 357849
This commit is contained in:
parent
b550b5787b
commit
e77fbc7181
@ -124,7 +124,7 @@ public:
|
||||
|
||||
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; }
|
||||
|
Loading…
Reference in New Issue
Block a user