summaryrefslogtreecommitdiff
path: root/gcc/README.Portability
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 /gcc/README.Portability
parent053247c84be2f26838482f74b84500e6cb36a71e (diff)
README.Portability: Fix typo.
2014-01-30 Alangi Derick <alangiderick@gmail.com> * README.Portability: Fix typo. From-SVN: r207314
Diffstat (limited to 'gcc/README.Portability')
-rw-r--r--gcc/README.Portability2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/README.Portability b/gcc/README.Portability
index 1c9bf4fcd20..2dcb9bac09a 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.