http://llvm.org/bugs/show_bug.cgi?id=14004

             Bug #: 14004
           Summary: Typo in "Precompiled Header and Modules Internals"
                    page
           Product: Documentation
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: General docs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


In the "Precompiled Header and Modules Internals" page
(http://clang.llvm.org/docs/PCHInternals.html), there is a small typo in the
"Chained precompiled headers" section.  Near the end of the first paragraph,
change "uses" to "use".

Current: "However, the compilation of that translation unit may already uses a
precompiled header: in this case ..."

Change to: "However, the compilation of that translation unit may already use a
precompiled header: in this case ..."

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to