From: Chris Lattner Date: Mon, 16 Jul 2001 16:17:18 +0000 (+0000) Subject: Fixed typo in comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=083735d5827b0abf9a993acf24769e4fc7799477;p=oota-llvm.git Fixed typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index 91c5d613d45..58e606f5e52 100644 --- a/include/llvm/SymbolTable.h +++ b/include/llvm/SymbolTable.h @@ -1,4 +1,4 @@ -//===-- llvm/SymbolTable.h - Implement a type planed symtab -------*- C++ -*-=// +//===-- llvm/SymbolTable.h - Implement a type planned symtab ------*- C++ -*-=// // // This file implements a symbol table that has planed broken up by type. // Identical types may have overlapping symbol names as long as they are