1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Fix typo.

llvm-svn: 262802
This commit is contained in:
Wilfred Hughes 2016-03-06 12:37:34 +00:00
parent a9fc8dac69
commit 9703a437cc

View File

@ -1400,7 +1400,7 @@ some with solutions, some without.
* Restarting the program breaks breakpoints. After following the information * Restarting the program breaks breakpoints. After following the information
above, you have succeeded in getting some breakpoints planted in your pass. 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 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 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 already set in your pass, run the program, and re-set the breakpoints once