summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-22 20:06:42 +0000
committerDan Gohman <gohman@apple.com>2010-04-22 20:06:42 +0000
commit3b172f1c018a093d0dae3105324d782103fcda6d (patch)
tree057111a4f5710f340f71737f58833a32ab59e01d /lib
parent620427d5a165d98d33ad6a5be2d01c3e8525c2f6 (diff)
downloadllvm-3b172f1c018a093d0dae3105324d782103fcda6d.tar.gz
llvm-3b172f1c018a093d0dae3105324d782103fcda6d.tar.bz2
llvm-3b172f1c018a093d0dae3105324d782103fcda6d.tar.xz
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102110 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/SelectionDAG/FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp
index 8f53c5caae..ad7b4111b1 100644
--- a/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -1,4 +1,4 @@
-///===-- FastISel.cpp - Implementation of the FastISel class --------------===//
+//===-- FastISel.cpp - Implementation of the FastISel class ---------------===//
//
// The LLVM Compiler Infrastructure
//