From dd58e78e27c7bafac5d3a6aee51f23b608f2b0b6 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 23 Oct 2003 04:01:49 +0000 Subject: [PATCH] Fix apparent typo in head-of-file comment. llvm-svn: 9400 --- include/llvm/SymbolTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index 1ea5739a219..f457255f3b9 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. //