r333352 - [DebugInfo] Fix typo. NFC

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sun May 27 00:23:04 PDT 2018


Author: maskray
Date: Sun May 27 00:23:04 2018
New Revision: 333352

URL: http://llvm.org/viewvc/llvm-project?rev=333352&view=rev
Log:
[DebugInfo] Fix typo. NFC

Modified:
    cfe/trunk/include/clang/Basic/DebugInfoOptions.h

Modified: cfe/trunk/include/clang/Basic/DebugInfoOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DebugInfoOptions.h?rev=333352&r1=333351&r2=333352&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DebugInfoOptions.h (original)
+++ cfe/trunk/include/clang/Basic/DebugInfoOptions.h Sun May 27 00:23:04 2018
@@ -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.
 };




More information about the cfe-commits mailing list