From: Chris Lattner Date: Fri, 8 Mar 2002 18:38:08 +0000 (+0000) Subject: Fix typo in comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fad83694a29bbf3bf2b2d106da95013af9141a92;p=oota-llvm.git Fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1834 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index e425e88d0d2..49e028b4023 100644 --- a/include/llvm/SymbolTable.h +++ b/include/llvm/SymbolTable.h @@ -1,4 +1,4 @@ -//===-- llvm/SymbolTable.h - Implement a type planned symtab ------*- C++ -*-=// +//===-- llvm/SymbolTable.h - Implement a type plane'd 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