aboutsummaryrefslogtreecommitdiffstats
path: root/man3/backtrace.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/backtrace.3')
-rw-r--r--man3/backtrace.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/backtrace.3 b/man3/backtrace.3
index 4c4f89f3a3..0644652f76 100644
--- a/man3/backtrace.3
+++ b/man3/backtrace.3
@@ -210,7 +210,7 @@ myfunc3(void)
free(strings);
}
-static void /* \'static\' means don\'t export the symbol... */
+static void /* "static" means don\(aqt export the symbol... */
myfunc2(void)
{
myfunc3();