Minor comment fix

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150090 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp b/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
index 0696f60..3c5ac22 100644
--- a/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
+++ b/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
@@ -6,7 +6,8 @@
   // expected-error{{lambda expressions are not supported yet}}
 }
 
-// Check that we get the right types of captured variables (the semantic-analysis part of 
+// Check that we get the right types of captured variables (the
+// semantic-analysis part of p7).
 int &check_const_int(int&);
 float &check_const_int(const int&);