From a699f65936e7c08664a994c14e14e9755f8f3d6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=ADn?= Date: Tue, 29 Nov 2022 23:03:42 +0100 Subject: [PATCH] Fix typo in flag to load Emacs-specific LLDB commands * src/.lldbinit: Fix typo in flag to parse .lldbinit files from the current directory. (Bug#59702) --- src/.lldbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.lldbinit b/src/.lldbinit index 358cea5f8b6..5fdac34b786 100644 --- a/src/.lldbinit +++ b/src/.lldbinit @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with GNU Emacs. If not, see . # -# Use 'lldb --local-init' or add to your ~/.lldbinit the line +# Use 'lldb --local-lldbinit' or add to your ~/.lldbinit the line # # settings set target.load-cwd-lldbinit true # -- 2.39.5