r279491 - Typo.
Adrian Prantl via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 22 15:38:19 PDT 2016
Author: adrian
Date: Mon Aug 22 17:38:18 2016
New Revision: 279491
URL: http://llvm.org/viewvc/llvm-project?rev=279491&view=rev
Log:
Typo.
Modified:
cfe/trunk/test/Modules/ExtDebugInfo.cpp
Modified: cfe/trunk/test/Modules/ExtDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/ExtDebugInfo.cpp?rev=279491&r1=279490&r2=279491&view=diff
==============================================================================
--- cfe/trunk/test/Modules/ExtDebugInfo.cpp (original)
+++ cfe/trunk/test/Modules/ExtDebugInfo.cpp Mon Aug 22 17:38:18 2016
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// Test that only forward declarations are emitted for types dfined in modules.
+// Test that only forward declarations are emitted for types defined in modules.
// Modules:
// RUN: %clang_cc1 -x objective-c++ -std=c++11 -debug-info-kind=standalone \
More information about the cfe-commits
mailing list