summaryrefslogtreecommitdiff
path: root/plugins/yaml/node.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-01-04 13:54:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-01-04 13:54:17 (GMT)
commit4b54747c0ee3736591b3fb38b156837b0958b1cc (patch)
tree618a8454446f4f8f25aa5f7817c72bbcc706ae4d /plugins/yaml/node.h
parentaded4e75efc21319d5a777bf53bc087587f0740c (diff)
Stuck to the Yaml specifications a little bit more.
Diffstat (limited to 'plugins/yaml/node.h')
-rw-r--r--plugins/yaml/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/yaml/node.h b/plugins/yaml/node.h
index 4c290f7..1bb7670 100644
--- a/plugins/yaml/node.h
+++ b/plugins/yaml/node.h
@@ -54,7 +54,7 @@ typedef struct _GYamlNodeClass GYamlNodeClass;
/* Indique le type défini pour un noeud d'arborescence Yaml. */
GType g_yaml_node_get_type(void);
-/* Fournit la ligne principale associée à un noeud. */
+/* Fournit la ligne d'origine associée à un noeud. */
GYamlLine *g_yaml_node_get_yaml_line(const GYamlNode *);
/* Recherche les noeuds correspondant à un chemin. */