[llvm] r262802 - Fix typo.
Wilfred Hughes via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 6 04:37:37 PST 2016
Author: wilfred
Date: Sun Mar 6 06:37:34 2016
New Revision: 262802
URL: http://llvm.org/viewvc/llvm-project?rev=262802&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/docs/WritingAnLLVMPass.rst
Modified: llvm/trunk/docs/WritingAnLLVMPass.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMPass.rst?rev=262802&r1=262801&r2=262802&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMPass.rst (original)
+++ llvm/trunk/docs/WritingAnLLVMPass.rst Sun Mar 6 06:37:34 2016
@@ -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
More information about the llvm-commits
mailing list