summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
diff options
context:
space:
mode:
authorTony Butler <spudz76@gmail.com>2018-04-05 23:19:48 -0600
committerTimothy Pearson <tpearson@raptorengineering.com>2018-06-04 21:07:11 +0000
commitc0ac847d4f002db6e9bba99ca8baabd2a4f2157a (patch)
treef72b9b8f629f91cfb731df9a887da8b9b12a6ab8 /xmrstak/misc
parent437dfb331ae0643a4793140605a9eb1579a186e5 (diff)
downloadxmr-stak-c0ac847d4f002db6e9bba99ca8baabd2a4f2157a.zip
xmr-stak-c0ac847d4f002db6e9bba99ca8baabd2a4f2157a.tar.gz
Repair all 'namepsace' to 'namespace' (all within comments)
Diffstat (limited to 'xmrstak/misc')
-rw-r--r--xmrstak/misc/configEditor.hpp2
-rw-r--r--xmrstak/misc/environment.hpp2
-rw-r--r--xmrstak/misc/executor.hpp2
-rw-r--r--xmrstak/misc/telemetry.cpp2
-rw-r--r--xmrstak/misc/telemetry.hpp2
-rw-r--r--xmrstak/misc/utility.cpp2
-rw-r--r--xmrstak/misc/utility.hpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/xmrstak/misc/configEditor.hpp b/xmrstak/misc/configEditor.hpp
index a840bc4..8a81ad6 100644
--- a/xmrstak/misc/configEditor.hpp
+++ b/xmrstak/misc/configEditor.hpp
@@ -54,4 +54,4 @@ struct configEditor
};
-} // namepsace xmrstak
+} // namespace xmrstak
diff --git a/xmrstak/misc/environment.hpp b/xmrstak/misc/environment.hpp
index 99c2db8..b67c858 100644
--- a/xmrstak/misc/environment.hpp
+++ b/xmrstak/misc/environment.hpp
@@ -38,4 +38,4 @@ struct environment
params* pParams = nullptr;
};
-} // namepsace xmrstak
+} // namespace xmrstak
diff --git a/xmrstak/misc/executor.hpp b/xmrstak/misc/executor.hpp
index 11c4c04..81c0fb8 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
{
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
diff --git a/xmrstak/misc/telemetry.hpp b/xmrstak/misc/telemetry.hpp
index b35bbbf..2f84dfa 100644
--- a/xmrstak/misc/telemetry.hpp
+++ b/xmrstak/misc/telemetry.hpp
@@ -21,4 +21,4 @@ private:
uint64_t** ppTimestamps;
};
-} // namepsace xmrstak
+} // namespace xmrstak
diff --git a/xmrstak/misc/utility.cpp b/xmrstak/misc/utility.cpp
index 3b1369a..5177d14 100644
--- a/xmrstak/misc/utility.cpp
+++ b/xmrstak/misc/utility.cpp
@@ -18,4 +18,4 @@ namespace xmrstak
}
);
}
-} // namepsace xmrstak
+} // namespace xmrstak
diff --git a/xmrstak/misc/utility.hpp b/xmrstak/misc/utility.hpp
index b2e841d..8f2e99f 100644
--- a/xmrstak/misc/utility.hpp
+++ b/xmrstak/misc/utility.hpp
@@ -9,4 +9,4 @@ namespace xmrstak
* @return true if both strings are equal, else false
*/
bool strcmp_i(const std::string& str1, const std::string& str2);
-} // namepsace xmrstak
+} // namespace xmrstak
OpenPOWER on IntegriCloud