[PATCH] D12147: Fix typos in lib/AST

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 11:36:04 PDT 2016


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 are modelled as integers.
       Width = Target->getIntWidth();
----------------
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.


http://reviews.llvm.org/D12147





More information about the cfe-commits mailing list