summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/gnatinstallhandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/gnatinstallhandler.c')
-rw-r--r--c/src/lib/libbsp/shared/gnatinstallhandler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/shared/gnatinstallhandler.c b/c/src/lib/libbsp/shared/gnatinstallhandler.c
index 64ce384625..6c9d0b8de4 100644
--- a/c/src/lib/libbsp/shared/gnatinstallhandler.c
+++ b/c/src/lib/libbsp/shared/gnatinstallhandler.c
@@ -1,11 +1,11 @@
/*
- * Default implementation of __gnat_install_handler to satisfy
+ * Default implementation of __gnat_install_handler to satisfy
* reference in a-init.c in GNAT's run-time. Each BSP really
* should provide its own version of this routine but this
* version lets programs link.
*
* This routine is responsible for installing fault/exception/trap
- * handlers that map them onto POSIX signals so they can be
+ * handlers that map them onto POSIX signals so they can be
* propagated to the GNAT run-time. See the sparc/erc32 BSP
* for an example.
*