[DebugInfo] Fix typo. NFC

llvm-svn: 333352
This commit is contained in:
Fangrui Song 2018-05-27 07:23:04 +00:00
parent f764dbd023
commit 8e4633aa94
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ enum DebugInfoKind {
/// forward decls for types that could be /// forward decls for types that could be
/// replaced with forward decls in the source /// replaced with forward decls in the source
/// code. For dynamic C++ classes type info /// code. For dynamic C++ classes type info
/// is only emitted int the module that /// is only emitted into the module that
/// contains the classe's vtable. /// contains the classe's vtable.
FullDebugInfo /// Generate complete debug info. FullDebugInfo /// Generate complete debug info.
}; };