aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-23 23:15:10 +0000
committerChris Lattner <sabre@nondot.org>2003-08-23 23:15:10 +0000
commit3acbd5d5d4afe6f34355149a8dd5f98b621c69d6 (patch)
tree707dcf9f284dda952519daca153096a971301042
parent4354f564c21d445812e1d59dc4b2058c5a07dbf3 (diff)
Add period
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8090 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/SymbolTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h
index fc5f470a65..d020ecbb77 100644
--- a/include/llvm/SymbolTable.h
+++ b/include/llvm/SymbolTable.h
@@ -9,7 +9,7 @@
// searched.
//
// This chaining behavior does NOT affect iterators though: only the lookup
-// method
+// method.
//
//===----------------------------------------------------------------------===//