summaryrefslogtreecommitdiff
path: root/gcc/fortran/lang.opt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r--gcc/fortran/lang.opt6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt
index c27b58e4b54..56c589c6bdf 100644
--- a/gcc/fortran/lang.opt
+++ b/gcc/fortran/lang.opt
@@ -500,7 +500,7 @@ Enable range checking during compilation
freal-4-real-8
Fortran RejectNegative
-Interpret any REAl(4) as a REAL(8)
+Interpret any REAL(4) as a REAL(8)
freal-4-real-10
Fortran RejectNegative
@@ -508,7 +508,7 @@ Interpret any REAL(4) as a REAL(10)
freal-4-real-16
Fortran RejectNegative
-Interpret any REAL(4) as a REAl(16)
+Interpret any REAL(4) as a REAL(16)
freal-8-real-4
Fortran RejectNegative
@@ -520,7 +520,7 @@ Interpret any REAL(8) as a REAL(10)
freal-8-real-16
Fortran RejectNegative
-Interpret any REAL(8) as a REAl(16)
+Interpret any REAL(8) as a REAL(16)
frealloc-lhs
Fortran