1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix typo in comment; NFC

llvm-svn: 267653
This commit is contained in:
Sanjoy Das 2016-04-27 01:44:31 +00:00
parent 991d42e979
commit 9c0d8f07ef

View File

@ -337,7 +337,7 @@ private:
// Contains all the needed information to create a stack for doing a depth // Contains all the needed information to create a stack for doing a depth
// first tranversal of the tree. This includes scopes for values, loads, and // first tranversal of the tree. This includes scopes for values, loads, and
// calls as well as the generation. There is a child iterator so that the // calls as well as the generation. There is a child iterator so that the
// children do not need to be store spearately. // children do not need to be store separately.
class StackNode { class StackNode {
public: public:
StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads,