[llvm] r202318 - Grammar and spelling.

Eric Christopher echristo at gmail.com
Wed Feb 26 15:54:43 PST 2014


Author: echristo
Date: Wed Feb 26 17:54:42 2014
New Revision: 202318

URL: http://llvm.org/viewvc/llvm-project?rev=202318&view=rev
Log:
Grammar and spelling.

Modified:
    llvm/trunk/include/llvm/DIBuilder.h

Modified: llvm/trunk/include/llvm/DIBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DIBuilder.h?rev=202318&r1=202317&r2=202318&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DIBuilder.h (original)
+++ llvm/trunk/include/llvm/DIBuilder.h Wed Feb 26 17:54:42 2014
@@ -95,8 +95,8 @@ namespace llvm {
     /// @param Lang     Source programming language, eg. dwarf::DW_LANG_C99
     /// @param File     File name
     /// @param Dir      Directory
-    /// @param Producer String identify producer of debugging information.
-    ///                 Usuall this is a compiler version string.
+    /// @param Producer Identify the producer of debugging information and code.
+    ///                 Usually this is a compiler version string.
     /// @param isOptimized A boolean flag which indicates whether optimization
     ///                    is ON or not.
     /// @param Flags    This string lists command line options. This string is





More information about the llvm-commits mailing list