aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlangi Derick <alangiderick@gmail.com>2014-01-30 17:29:25 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2014-01-30 17:29:25 +0000
commitba1176452d5a4cf034e5e1d736c5bd58b2a7a085 (patch)
tree2a0a44b91dd6f0e8b7ccb7d1511b4415201a85ec
parent053247c84be2f26838482f74b84500e6cb36a71e (diff)
downloadgcc-ba1176452d5a4cf034e5e1d736c5bd58b2a7a085.zip
gcc-ba1176452d5a4cf034e5e1d736c5bd58b2a7a085.tar.gz
gcc-ba1176452d5a4cf034e5e1d736c5bd58b2a7a085.tar.bz2
README.Portability: Fix typo.
2014-01-30 Alangi Derick <alangiderick@gmail.com> * README.Portability: Fix typo. From-SVN: r207314
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/README.Portability2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 206648a..62ac6df 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/README.Portability b/gcc/README.Portability
index 1c9bf4f..2dcb9ba 100644
--- a/gcc/README.Portability
+++ b/gcc/README.Portability
@@ -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.