summaryrefslogtreecommitdiff
path: root/include/Support/ilist
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/ilist')
-rw-r--r--include/Support/ilist2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/ilist b/include/Support/ilist
index aa6e09c319..14683081d0 100644
--- a/include/Support/ilist
+++ b/include/Support/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