This is an archive of the discontinued LLVM Phabricator instance.

Fix 4 typos in test/CodeGenCXX/
ClosedPublic

Authored by loverszhaokai on Aug 18 2015, 11:36 PM.

Details

Reviewers
timurrrr
rnk
Summary

Fix 4 typos:

"targetted" -> "targeted"
"becuase" -> "because"
"staically" -> "statically"
"vitual" -> "virtual"

Diff Detail

Event Timeline

loverszhaokai retitled this revision from to Fix 4 typos in test/CodeGenCXX/.
loverszhaokai updated this object.
loverszhaokai added a reviewer: cfe-commits.
loverszhaokai edited reviewers, added: rnk, timurrrr; removed: cfe-commits.Aug 19 2015, 12:05 AM
loverszhaokai added a subscriber: cfe-commits.
timurrrr accepted this revision.Aug 19 2015, 12:52 PM
timurrrr edited edge metadata.
This revision is now accepted and ready to land.Aug 19 2015, 12:52 PM

What should I do now ? "Close Revision" ? Thanks.

If you are a committer, commit via svn and then close the revision.
If you are not, ask some committer to do that for you (sorry, I don't have anything set up right now) and close when it lands.

Thanks. I am not a committer.

@rnk, could you commit this revision ? Thanks.

rnk closed this revision.Aug 25 2015, 9:25 AM
rnk edited edge metadata.

Looks like this landed as r245817.