summaryrefslogtreecommitdiff
path: root/selftest/gdb_backtrace_test.c
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-06-01 09:45:19 +0200
committerKarolin Seeger <kseeger@samba.org>2010-06-01 09:45:19 +0200
commitea5c85aa423ab95cd9029437230ac01b2220c89d (patch)
treec2809a6d9036739eac154f18dbaea29b9badce77 /selftest/gdb_backtrace_test.c
parent1cad4304bf83c7a75527a8f5674804723a2904b8 (diff)
downloadsamba-ea5c85aa423ab95cd9029437230ac01b2220c89d.tar.gz
selftest: Fix typo in comment.
Karolin
Diffstat (limited to 'selftest/gdb_backtrace_test.c')
-rw-r--r--selftest/gdb_backtrace_test.c2
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