diff options
Diffstat (limited to 'include/clang/Basic/DebugInfoOptions.h')
-rw-r--r-- | include/clang/Basic/DebugInfoOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DebugInfoOptions.h b/include/clang/Basic/DebugInfoOptions.h index e7ff4a662b630..037c813c6114f 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. }; |