From 6cc0abebf952dab1a94723473abb33e897397a75 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Nov 2020 20:19:28 +0000 Subject: [PATCH] Bug 1679053 - Fix a typo in the doc r=linter-reviewers,championshuttler,marco DONTBUILD Fix with: $ ./mach lint -l codespell --fix Differential Revision: https://phabricator.services.mozilla.com/D97891 --- tools/sanitizer/docs/asan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sanitizer/docs/asan.rst b/tools/sanitizer/docs/asan.rst index f46760a74c89..3b48accb0994 100644 --- a/tools/sanitizer/docs/asan.rst +++ b/tools/sanitizer/docs/asan.rst @@ -255,7 +255,7 @@ immediately output symbolized traces. To use it, just set the environment variable ``ASAN_SYMBOLIZER_PATH`` to reflect the location of your ``llvm-symbolizer`` binary, before running the process. This program is usually included in an LLVM distribution. Stacks without -symbols can also be post-processed, see bellow. +symbols can also be post-processed, see below. .. warning::