summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-17 06:43:43 +0000
committerJames Dennett <jdennett@google.com>2012-06-17 06:43:43 +0000
commitd6f17238382b7abb6a0037feab2d19f55d417685 (patch)
tree7918200e657ceef41eaf9a7a8a7301d66aede08b
parent9000bfee4636bf23ed2bfadcb3dc20936a00c919 (diff)
downloadbcm5719-llvm-d6f17238382b7abb6a0037feab2d19f55d417685.tar.gz
bcm5719-llvm-d6f17238382b7abb6a0037feab2d19f55d417685.zip
Documentation cleanup:
* For Doxygen, escaped "::std" as "\::std"; * For humans, fixed "namespaecs" to "namespaces". llvm-svn: 158634
-rw-r--r--clang/include/clang/AST/ExprCXX.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/AST/ExprCXX.h b/clang/include/clang/AST/ExprCXX.h
index 9645c26c3cf..d77722888ed 100644
--- a/clang/include/clang/AST/ExprCXX.h
+++ b/clang/include/clang/AST/ExprCXX.h
@@ -2520,8 +2520,8 @@ public:
/// argument-dependent lookup.
bool requiresADL() const { return RequiresADL; }
- /// True if namespace ::std should be artificially added to the set of
- /// associated namespaecs for argument-dependent lookup purposes.
+ /// True if namespace \::std should be artificially added to the set of
+ /// associated namespaces for argument-dependent lookup purposes.
bool isStdAssociatedNamespace() const { return StdIsAssociatedNamespace; }
/// True if this lookup is overloaded.
OpenPOWER on IntegriCloud