diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-04-06 21:26:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 21:26:50 +0200 |
commit | 6b0184ba4884d9383a5e51885f43da7538ee5fa8 (patch) | |
tree | ea92db052415d6c9e79c8f06c8ba68991e2c5c7e /xmrstak/misc/executor.hpp | |
parent | fad3be95be95f500cc1aee08053bb45f4650edf2 (diff) | |
parent | 5fd4520afa4dd824676f9e24e3f3c771687a6a39 (diff) | |
download | xmr-stak-6b0184ba4884d9383a5e51885f43da7538ee5fa8.zip xmr-stak-6b0184ba4884d9383a5e51885f43da7538ee5fa8.tar.gz |
Merge pull request #1327 from Spudz76/dev
Repair all 'namepsace' to 'namespace' (all within comments)
Diffstat (limited to 'xmrstak/misc/executor.hpp')
-rw-r--r-- | xmrstak/misc/executor.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmrstak/misc/executor.hpp b/xmrstak/misc/executor.hpp index fbaa265..9e145c3 100644 --- a/xmrstak/misc/executor.hpp +++ b/xmrstak/misc/executor.hpp @@ -23,7 +23,7 @@ namespace cpu class minethd; } // namespace cpu -} // namepsace xmrstak +} // namespace xmrstak class executor { @@ -54,7 +54,7 @@ private: inline void set_timestamp() { dev_timestamp = get_timestamp(); }; - // In miliseconds, has to divide a second (1000ms) into an integer number + // In milliseconds, has to divide a second (1000ms) into an integer number constexpr static size_t iTickTime = 500; // Dev donation time period in seconds. 100 minutes by default. |