]> granicus.if.org Git - clang/commitdiff
[DebugInfo] Fix typo. NFC
authorFangrui Song <maskray@google.com>
Sun, 27 May 2018 07:23:04 +0000 (07:23 +0000)
committerFangrui Song <maskray@google.com>
Sun, 27 May 2018 07:23:04 +0000 (07:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333352 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DebugInfoOptions.h

index e7ff4a662b630ef45954d7f75069ef14767b263b..037c813c6114f9ad0eecdce776539e1c9adf8eda 100644 (file)
@@ -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.
 };