diff options
author | Wilfred Hughes <me@wilfred.me.uk> | 2016-03-06 12:37:34 +0000 |
---|---|---|
committer | Wilfred Hughes <me@wilfred.me.uk> | 2016-03-06 12:37:34 +0000 |
commit | c0531a4a21e809397b84ea89bd3a6ba5abbcfdc0 (patch) | |
tree | 4c2023ac8a1b6ee785ae88a77bbeabddcc2a8e9e /llvm/docs | |
parent | 0c6293da68433d77ff9d9635a8113a5eb3594430 (diff) | |
download | bcm5719-llvm-c0531a4a21e809397b84ea89bd3a6ba5abbcfdc0.tar.gz bcm5719-llvm-c0531a4a21e809397b84ea89bd3a6ba5abbcfdc0.zip |
Fix typo.
llvm-svn: 262802
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/WritingAnLLVMPass.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.rst b/llvm/docs/WritingAnLLVMPass.rst index 4e5f8a90a93..9e9d9f1703a 100644 --- a/llvm/docs/WritingAnLLVMPass.rst +++ b/llvm/docs/WritingAnLLVMPass.rst @@ -1400,7 +1400,7 @@ some with solutions, some without. * Restarting the program breaks breakpoints. After following the information above, you have succeeded in getting some breakpoints planted in your pass. - Nex thing you know, you restart the program (i.e., you type "``run``" again), + Next thing you know, you restart the program (i.e., you type "``run``" again), and you start getting errors about breakpoints being unsettable. The only way I have found to "fix" this problem is to delete the breakpoints that are already set in your pass, run the program, and re-set the breakpoints once |