summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/prof_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/prof_tree.c b/src/util/profile/prof_tree.c
index a192e1d55..3db7dc625 100644
--- a/src/util/profile/prof_tree.c
+++ b/src/util/profile/prof_tree.c
@@ -177,7 +177,7 @@ errcode_t profile_add_node(section, name, value, ret_node)
* Iterate through the section, returning the relations which match
* the given name. If name is NULL, then interate through all the
* relations in the section. The first time this routine is called,
- * the state pointer must be null. When this profile_find_node_relatioon()
+ * the state pointer must be null. When this profile_find_node_relation()
* returns, if the state pointer is non-NULL, then this routine should
* be called again.
*