Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorty committed Oct 15, 2015
1 parent 6b29e4b commit 6f86e0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/cooja/java/org/contikios/cooja/SafeRandom.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
* This ensures that the functions of the random number generator are
* only called by the the thread initializing a simulation or the
* simulation thread itself.
* Rationale: By allowing another thread to use the random number
* generator concurrency is intruduced, thus it can not be guaranteed
* that simulations are reproduceable.
* Rationale: By allowing another thread to use the random number
* generator concurrency is introduced, thus it can not be guaranteed
* that simulations are reproducible.
*
*/
public class SafeRandom extends Random {
Expand Down

0 comments on commit 6f86e0b

Please sign in to comment.