[PATCH] D12147: Fix typos in lib/AST

Kai Zhao via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 06:21:58 PDT 2015


loverszhaokai created this revision.
loverszhaokai added reviewers: gbenyei, krememek, rsmith, ABataev, majnemer.
loverszhaokai added a subscriber: cfe-commits.

Fix typos:

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

http://reviews.llvm.org/D12147

Files:
  lib/AST/ASTContext.cpp
  lib/AST/DeclObjC.cpp
  lib/AST/Expr.cpp
  lib/AST/ExprConstant.cpp
  lib/AST/Stmt.cpp
  lib/AST/VTableBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12147.32538.patch
Type: text/x-patch
Size: 4302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150819/93f1148a/attachment.bin>


More information about the cfe-commits mailing list