Fixed lint errors:
[oota-llvm.git] / include / llvm / ADT / ImmutableMap.h
index 1b1014ea46bb0f5da86be1712450f173de71f748..07cdb56a9ab0c08de4c5a27b6ac548f6c92ed4c4 100644 (file)
@@ -18,8 +18,8 @@
 
 namespace llvm {
 
-/// ImutKeyValueInfo -Traits class used by ImmutableMap.  While both the first and
-/// second elements in a pair are used to generate profile information,
+/// ImutKeyValueInfo -Traits class used by ImmutableMap.  While both the first
+/// and second elements in a pair are used to generate profile information,
 /// only the first element (the key) is used by isEqual and isLess.
 template <typename T, typename S>
 struct ImutKeyValueInfo {