From 8e4633aa948386913c95835c00eb6cbf6528d5a1 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sun, 27 May 2018 07:23:04 +0000 Subject: [PATCH] [DebugInfo] Fix typo. NFC llvm-svn: 333352 --- clang/include/clang/Basic/DebugInfoOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Basic/DebugInfoOptions.h b/clang/include/clang/Basic/DebugInfoOptions.h index e7ff4a662b63..037c813c6114 100644 --- a/clang/include/clang/Basic/DebugInfoOptions.h +++ b/clang/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. };