[llvm] r225608 - Fix silly mistake in release notes for Mips.

Daniel Sanders daniel.sanders at imgtec.com
Sun Jan 11 02:48:20 PST 2015


Author: dsanders
Date: Sun Jan 11 04:48:20 2015
New Revision: 225608

URL: http://llvm.org/viewvc/llvm-project?rev=225608&view=rev
Log:
Fix silly mistake in release notes for Mips.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=225608&r1=225607&r2=225608&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Sun Jan 11 04:48:20 2015
@@ -113,7 +113,7 @@ Changes to the MIPS Target
 
 During this release the MIPS target has reached a few major milestones. It has
 gained support for MIPS-II and MIPS-III, become ABI-compatible with GCC for big
-and little endian O32, N32, and N64, and we are now able to compile the Linux
+and little endian O32, N32, and N64, and it is now able to compile the Linux
 kernel for 32-bit targets.
 
 ABI





More information about the llvm-commits mailing list