aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/link.c')
-rw-r--r--gcc/ada/link.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/link.c b/gcc/ada/link.c
index 9203720..7e941d1 100644
--- a/gcc/ada/link.c
+++ b/gcc/ada/link.c
@@ -50,14 +50,14 @@
/* link_max is a conservative system specific threshold (in bytes) of the */
/* argument length passed to the linker which will trigger a file being */
/* used instead of the command line directly. If the argument length is */
-/* greater than this threshhold, then an objlist_file will be generated */
+/* greater than this threshold, then an objlist_file will be generated */
/* and object_file_option and objlist_file_supported must be set. If */
/* objlist_file_supported is set to 0 (unsupported), then link_max is */
/* set to 2**31-1 so that the limit will never be exceeded. */
/* run_path_option is the system dependent linker option which specifies */
/* the run time path to use when loading dynamic libraries. This should */
-/* be set to the null string if the system does not support dynmamic */
+/* be set to the null string if the system does not support dynamic */
/* loading of libraries. */
/* shared_libgnat_default gives the system dependent link method that */