summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ilist
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ADT/ilist')
-rw-r--r--include/llvm/ADT/ilist2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/ilist b/include/llvm/ADT/ilist
index aa6e09c319..14683081d0 100644
--- a/include/llvm/ADT/ilist
+++ b/include/llvm/ADT/ilist
@@ -1,4 +1,4 @@
-//===-- <Support/ilist> - Intrusive Linked List Template ---------*- C++ -*--=//
+//===-- Support/ilist - Intrusive Linked List Template ----------*- C++ -*-===//
//
// This file defines classes to implement an intrusive doubly linked list class
// (ie each node of the list must contain a next and previous field for the