diff options
-rw-r--r-- | lib/CodeGen/CGCXXABI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGCXXABI.h b/lib/CodeGen/CGCXXABI.h index 3f2ed8657a..33f9743f17 100644 --- a/lib/CodeGen/CGCXXABI.h +++ b/lib/CodeGen/CGCXXABI.h @@ -201,7 +201,7 @@ public: /// /// Several cases are filtered out before this method is called: /// - non-array allocations never need a cookie - /// - calls to ::operator new(size_t, void*) never need a cookie + /// - calls to \::operator new(size_t, void*) never need a cookie /// /// \param ElementType - the allocated type of the expression, /// i.e. the pointee type of the expression result type |