Commit 4bff4bc2 authored by Saleem Abdulrasool's avatar Saleem Abdulrasool
Browse files

ReleaseNotes: fix minor spelling mistake

llvm-svn: 246135
parent 9ef11fa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ Non-comprehensive list of changes in this release
  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.