This is an archive of the discontinued LLVM Phabricator instance.

Fix typos in lib/AST
Needs ReviewPublic

Authored by loverszhaokai on Aug 19 2015, 6:21 AM.

Details

Summary

Fix typos:

"modeled" -> "modelled"
"protcol" -> "protocol"
"overriden" -> "overridden"
"endianess" -> "endianness"
"unmodeled" -> "unmodelled"
"Intialize" -> "Initialize"

Diff Detail

Event Timeline

loverszhaokai retitled this revision from to Fix typos in lib/AST.
loverszhaokai updated this object.
loverszhaokai added a subscriber: cfe-commits.
rsmith edited edge metadata.Mar 18 2016, 11:36 AM

All the changes other than 'modelled' look fine :) Do you need someone to commit this for you?

lib/AST/ASTContext.cpp
1631

Both of these spellings are considered correct; the existing spelling is the US English spelling, which will likely be more familiar to more Clang developers.