From: Adrian Prantl Date: Mon, 22 Aug 2016 22:38:18 +0000 (+0000) Subject: Typo. X-Git-Tag: llvmorg-4.0.0-rc1~11712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e304906440bf68c0a9b117aefeea823cd793d95;p=platform%2Fupstream%2Fllvm.git Typo. llvm-svn: 279491 --- diff --git a/clang/test/Modules/ExtDebugInfo.cpp b/clang/test/Modules/ExtDebugInfo.cpp index 89a3c394..ada9d61 100644 --- a/clang/test/Modules/ExtDebugInfo.cpp +++ b/clang/test/Modules/ExtDebugInfo.cpp @@ -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 \