klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

lg; let's see whether it sticks this time :)


================
Comment at: include/clang/AST/ASTContext.h:456
@@ -455,1 +455,3 @@
+  /// pointer identity only, which are more common and we can save space by
+  /// only storing an unique pointer to them.
   typedef llvm::DenseMap<const void *,
----------------
s/an/a/ (like user, unique begins with a 'y' sound)


http://reviews.llvm.org/D14011



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to