malcolm.parsons added a subscriber: malcolm.parsons.

================
Comment at: docs/clang-tidy/checks/misc-sizeof-expression.rst:16
@@ +15,3 @@
+A common mistake is to query the ``sizeof`` of an integer literal. This is
+equivalent to query the size of it's type (probably ``int``). The intent of the
+programmer was probably to simply get the integer and not its size.
----------------
s/it's/its/


http://reviews.llvm.org/D19014



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

Reply via email to