Re: [PATCH] D12147: Fix typos in lib/AST

2016-03-18 Thread Richard Smith via cfe-commits
rsmith added a comment. All the changes other than 'modelled' look fine :) Do you need someone to commit this for you? Comment at: lib/AST/ASTContext.cpp:1631 @@ -1630,3 +1630,3 @@ case BuiltinType::OCLSampler: - // Samplers are modeled as integers. + // Samplers

[PATCH] D12147: Fix typos in lib/AST

2015-08-19 Thread Kai Zhao via cfe-commits
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" ->"endiannes