summaryrefslogtreecommitdiff
path: root/include/Support/ilist
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-30 18:37:50 +0000
committerChris Lattner <sabre@nondot.org>2003-09-30 18:37:50 +0000
commit48486893f46d2e12e926682a3ecb908716bc66c4 (patch)
tree1b9df5ccb8bd8eb836403dc9c1b3b42707c2d07d /include/Support/ilist
parentf4744498042cc69627b3a0b40fe80d3967179ea4 (diff)
downloadllvm-48486893f46d2e12e926682a3ecb908716bc66c4.tar.gz
llvm-48486893f46d2e12e926682a3ecb908716bc66c4.tar.bz2
llvm-48486893f46d2e12e926682a3ecb908716bc66c4.tar.xz
Standardize header file comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8782 91177308-0d34-0410-b5e6-96231b3b80d8
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