summaryrefslogtreecommitdiff
path: root/libperfmgr/include/perfmgr/Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'libperfmgr/include/perfmgr/Node.h')
-rw-r--r--libperfmgr/include/perfmgr/Node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libperfmgr/include/perfmgr/Node.h b/libperfmgr/include/perfmgr/Node.h
index f31b0128..ea4c3e34 100644
--- a/libperfmgr/include/perfmgr/Node.h
+++ b/libperfmgr/include/perfmgr/Node.h
@@ -42,8 +42,8 @@ namespace perfmgr {
// value. For each value, there may be multiple requests because different
// powerhints may request the same value, and the requests may have different
// expiration times. All of the in-progress powerhints for a given value are
-// collected in a RequestGroup. Node class is not thread safe so it need protection
-// from caller e.g. NodeLooperThread.
+// collected in a RequestGroup. Node class is not thread safe so it needs
+// protection from caller e.g. NodeLooperThread.
class Node {
public:
Node(std::string name, std::string node_path,