diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-06-01 09:45:19 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-06-01 09:45:19 +0200 |
commit | ea5c85aa423ab95cd9029437230ac01b2220c89d (patch) | |
tree | c2809a6d9036739eac154f18dbaea29b9badce77 | |
parent | 1cad4304bf83c7a75527a8f5674804723a2904b8 (diff) | |
download | samba-ea5c85aa423ab95cd9029437230ac01b2220c89d.tar.gz |
selftest: Fix typo in comment.
Karolin
-rw-r--r-- | selftest/gdb_backtrace_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/gdb_backtrace_test.c b/selftest/gdb_backtrace_test.c index 506784f6757..993596d2c2a 100644 --- a/selftest/gdb_backtrace_test.c +++ b/selftest/gdb_backtrace_test.c @@ -1,6 +1,6 @@ /* -add a usefull tool to test the gdb_backtrace script +add a useful tool to test the gdb_backtrace script just compile it with cc -g -o gdb_backtrace_test gdb_backtrace_test.c |