]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
README.Portability: Fix typo.
authorAlangi Derick <alangiderick@gmail.com>
Thu, 30 Jan 2014 17:29:25 +0000 (17:29 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 30 Jan 2014 17:29:25 +0000 (17:29 +0000)
2014-01-30  Alangi Derick  <alangiderick@gmail.com>

* README.Portability: Fix typo.

From-SVN: r207314

gcc/ChangeLog
gcc/README.Portability

index 206648a6ea0ecfa5239a9f1610dc61426c260950..62ac6dfd3ff2dfc741ab2f5214408a4168d2c22c 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-30  Alangi Derick  <alangiderick@gmail.com>
+
+       * README.Portability: Fix typo.
+
 2014-01-30  David Holsgrove <david.holsgrove@xilinx.com>
 
        * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
index 1c9bf4fcd206862c2cca2bdbe3c3c0120ea6181d..2dcb9bac09a584721f99101a58925e18b9f1a72d 100644 (file)
@@ -6,7 +6,7 @@ compilers GCC needs to be able to compile on.
 
 The problem is that many ISO-standard constructs are not accepted by
 either old or buggy compilers, and we keep getting bitten by them.
-This knowledge until know has been sparsely spread around, so I
+This knowledge until now has been sparsely spread around, so I
 thought I'd collect it in one useful place.  Please add and correct
 any problems as you come across them.