[llvm-branch-commits] [llvm-branch] r246135 - ReleaseNotes: fix minor spelling mistake
Saleem Abdulrasool via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 26 19:18:32 PDT 2015
Author: compnerd
Date: Wed Aug 26 21:18:31 2015
New Revision: 246135
URL: http://llvm.org/viewvc/llvm-project?rev=246135&view=rev
Log:
ReleaseNotes: fix minor spelling mistake
Modified:
llvm/branches/release_37/docs/ReleaseNotes.rst
Modified: llvm/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=246135&r1=246134&r2=246135&view=diff
==============================================================================
--- llvm/branches/release_37/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_37/docs/ReleaseNotes.rst Wed Aug 26 21:18:31 2015
@@ -55,7 +55,7 @@ Non-comprehensive list of changes in thi
The LLVM C API ``LLVMGetTargetMachineData`` is deprecated to reflect the fact
that it won't be available anymore from ``TargetMachine`` in 3.8.
-* Comdats are now ortogonal to the linkage. LLVM will not create
+* Comdats are now orthogonal to the linkage. LLVM will not create
comdats for weak linkage globals and the frontends are responsible
for explicitly adding them.
More information about the llvm-branch-commits
mailing list