]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in flag to load Emacs-specific LLDB commands
authorDaniel Martín <mardani29@yahoo.es>
Tue, 29 Nov 2022 22:03:42 +0000 (23:03 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 29 Nov 2022 22:45:59 +0000 (23:45 +0100)
* src/.lldbinit: Fix typo in flag to parse .lldbinit files from the
current directory.  (Bug#59702)

src/.lldbinit

index 358cea5f8b6b8d11043ad643d63f0f40aeab0aec..5fdac34b78682a9c37ca693559287861b61f1fb1 100644 (file)
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 #
-# 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
 #