summaryrefslogtreecommitdiff
path: root/plugins/yaml/node.h
diff options
context:
space:
mode:
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. */