diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-23 04:01:49 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-23 04:01:49 +0000 |
commit | 0bd2189e5f459833d661a705b566139445a00f7f (patch) | |
tree | 2850078e22394668016d9b56e0ae9357167cafa8 | |
parent | e38c628939096fba620533d4929ad1fb573e370f (diff) |
Fix apparent typo in head-of-file comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9400 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/SymbolTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index 1ea5739a21..f457255f3b 100644 --- a/include/llvm/SymbolTable.h +++ b/include/llvm/SymbolTable.h @@ -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. // |