summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Annotation.h
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-07-27 05:53:44 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-07-27 05:53:44 +0000
commit9eb59ec548b861d6ede05b4e6dc22aabf645e665 (patch)
tree97ffa1993e23e29ccabac9646fc950717bd94dda /include/llvm/Support/Annotation.h
parent50e9ef8792c5c91b7ea6f24f878d1abbcb6024a4 (diff)
downloadllvm-9eb59ec548b861d6ede05b4e6dc22aabf645e665.tar.gz
llvm-9eb59ec548b861d6ede05b4e6dc22aabf645e665.tar.bz2
llvm-9eb59ec548b861d6ede05b4e6dc22aabf645e665.tar.xz
Eliminate tabs and trailing spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Annotation.h')
-rw-r--r--include/llvm/Support/Annotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Annotation.h b/include/llvm/Support/Annotation.h
index b957447715..f9d9f6095c 100644
--- a/include/llvm/Support/Annotation.h
+++ b/include/llvm/Support/Annotation.h
@@ -81,7 +81,7 @@ public:
//===----------------------------------------------------------------------===//
//
// Annotable - This class is used as a base class for all objects that would
-// like to have annotation capability.
+// like to have annotation capability.
//
// Annotable objects keep their annotation list sorted as annotations are
// inserted and deleted. This is used to ensure that annotations with identical