From: Fangrui Song Date: Sun, 27 May 2018 07:23:04 +0000 (+0000) Subject: [DebugInfo] Fix typo. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d75a4335d79d13db7db2096fe6494abca786c75;p=clang [DebugInfo] Fix typo. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333352 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DebugInfoOptions.h b/include/clang/Basic/DebugInfoOptions.h index e7ff4a662b..037c813c61 100644 --- a/include/clang/Basic/DebugInfoOptions.h +++ b/include/clang/Basic/DebugInfoOptions.h @@ -28,7 +28,7 @@ enum DebugInfoKind { /// forward decls for types that could be /// replaced with forward decls in the source /// 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. FullDebugInfo /// Generate complete debug info. };