summaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/lang.opt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/gcc-interface/lang.opt')
-rw-r--r--gcc/ada/gcc-interface/lang.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gcc-interface/lang.opt b/gcc/ada/gcc-interface/lang.opt
index 48392352ebd..17e766e36c3 100644
--- a/gcc/ada/gcc-interface/lang.opt
+++ b/gcc/ada/gcc-interface/lang.opt
@@ -48,7 +48,7 @@ Ada AdaWhy Alias(nostdlib)
I
Ada AdaWhy Joined Separate
--I <dir>. Add <dir> to the end of the main source path
+; Documented in C but it should be: -I <dir>. Add <dir> to the end of the main source path
Wall
Ada AdaWhy
@@ -60,7 +60,7 @@ Synonym of -gnatk8
nostdinc
Ada AdaWhy RejectNegative
-Do not look for source files in standard path
+; Documented in C but it should be: Do not look for source files in standard path
nostdlib
Ada AdaWhy