summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/telemetry.cpp
diff options
context:
space:
mode:
authorpsychocrypt <psychocryptHPC@gmail.com>2018-04-06 21:26:50 +0200
committerGitHub <noreply@github.com>2018-04-06 21:26:50 +0200
commit6b0184ba4884d9383a5e51885f43da7538ee5fa8 (patch)
treeea92db052415d6c9e79c8f06c8ba68991e2c5c7e /xmrstak/misc/telemetry.cpp
parentfad3be95be95f500cc1aee08053bb45f4650edf2 (diff)
parent5fd4520afa4dd824676f9e24e3f3c771687a6a39 (diff)
downloadxmr-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/telemetry.cpp')
-rw-r--r--xmrstak/misc/telemetry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/misc/telemetry.cpp b/xmrstak/misc/telemetry.cpp
index 738d287..28fb522 100644
--- a/xmrstak/misc/telemetry.cpp
+++ b/xmrstak/misc/telemetry.cpp
@@ -105,4 +105,4 @@ void telemetry::push_perf_value(size_t iThd, uint64_t iHashCount, uint64_t iTime
iBucketTop[iThd] = (iTop + 1) & iBucketMask;
}
-} // namepsace xmrstak
+} // namespace xmrstak
OpenPOWER on IntegriCloud