Fix bogus comments

Swift SVN r7401
This commit is contained in:
Doug Gregor
2013-08-21 16:00:04 +00:00
parent 186355fd19
commit eda22039b2
2 changed files with 2 additions and 2 deletions

View File

@@ -1299,7 +1299,7 @@ public:
/// }
/// \endcode
///
/// Here 'T' has depth 0 and 'U' has depth 0. Both have index 0.
/// Here 'T' has depth 0 and 'U' has depth 1. Both have index 0.
unsigned getDepth() const { return Depth; }
/// Set the depth of this generic type parameter.