diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-02-20 20:26:42 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-02-20 20:26:42 +0000 |
commit | c29987abda026392561644468022f4c1d3dfcc36 (patch) | |
tree | 47b760cf3226eb6e6e58a2343db9cd6a3033b892 /ldso | |
parent | c7611016b982863fa23d8bb17f05ae0e09fd0c68 (diff) |
Fix typos in comment
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/ldso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 4eb5d5875..722344c55 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -427,7 +427,7 @@ void _dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load_addr, debug_addr->r_brk = (unsigned long) &_dl_debug_state; _dl_debug_addr = debug_addr; - /* Do notify the debugger untile the interpreter is in the list */ + /* Do not notify the debugger until the interpreter is in the list */ /* OK, we now have the application in the list, and we have some * basic stuff in place. Now search through the list for other shared |