diff gcc/config/darwin-f.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line diff
--- a/gcc/config/darwin-f.c	Thu Oct 25 07:37:49 2018 +0900
+++ b/gcc/config/darwin-f.c	Thu Feb 13 11:34:05 2020 +0900
@@ -1,5 +1,5 @@
 /* Darwin support needed only by Fortran frontends.
-   Copyright (C) 2008-2018 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
    Contributed by Daniel Franke.
 
 This file is part of GCC.
@@ -22,7 +22,7 @@
 /* Provide stubs for the hooks defined by darwin.h
      TARGET_EXTRA_PRE_INCLUDES, TARGET_EXTRA_INCLUDES
 
-   As both, gcc and gfortran link in incpath.o, we can not
+   As both, gcc and gfortran link in incpath.o, we cannot
    conditionally undefine said hooks if fortran is build.
    However, we can define do-nothing stubs of said hooks as
    we are not interested in objc include files in Fortran.