Fix apparent typo in head-of-file comment.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 23 Oct 2003 04:01:49 +0000 (04:01 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 23 Oct 2003 04:01:49 +0000 (04:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9400 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/SymbolTable.h

index 1ea5739a2197a3fdd83085474f3b0e0bf10a2038..f457255f3b91d744b3161e3686ff2ac34e1faaa7 100644 (file)
@@ -7,7 +7,7 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-// This file implements a symbol table that has planed broken up by type.  
+// This file implements a symbol table that has planes broken up by type.  
 // Identical types may have overlapping symbol names as long as they are 
 // distinct.
 //