Add period
authorChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2003 23:15:10 +0000 (23:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2003 23:15:10 +0000 (23:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8090 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/SymbolTable.h

index fc5f470a65f739c8d2d0dc852e541c09fb94a472..d020ecbb778008f28e96eda2fcc90922ccc31c3e 100644 (file)
@@ -9,7 +9,7 @@
 // searched.
 //
 // This chaining behavior does NOT affect iterators though: only the lookup 
-// method
+// method.
 //
 //===----------------------------------------------------------------------===//