summaryrefslogtreecommitdiff
path: root/rtl.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-01-15 09:48:15 +1100
committerChris Johns <chrisj@rtems.org>2013-01-15 09:48:15 +1100
commitfd1a5952e2cdc392ee966199ca09468fc7ee11cc (patch)
tree6fffecf8fde97f4ad18d5b62190d4f1d3e393105 /rtl.c
parent76172ffa93a1205c82e0fb3aa4bc69788240a981 (diff)
Update comments.
Diffstat (limited to 'rtl.c')
-rw-r--r--rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl.c b/rtl.c
index 59cd869..9429046 100644
--- a/rtl.c
+++ b/rtl.c
@@ -440,7 +440,7 @@ rtems_rtl_load_object (const char* name, int mode)
++obj->users;
/*
- * FIXME: Resolving exsiting unresolved symbols could add more constructors
+ * FIXME: Resolving existing unresolved symbols could add more constructors
* lists that need to be called. Make a list in the obj load layer and
* invoke the list here.
*/