1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix apparent typo in head-of-file comment.

llvm-svn: 9400
This commit is contained in:
Brian Gaeke 2003-10-23 04:01:49 +00:00
parent b9088aa710
commit dd58e78e27

View 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.
//