summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gsldatacache.c
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gsl/gsldatacache.c')
-rw-r--r--flow/gsl/gsldatacache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/gsl/gsldatacache.c b/flow/gsl/gsldatacache.c
index b00f6ef..b925e83 100644
--- a/flow/gsl/gsldatacache.c
+++ b/flow/gsl/gsldatacache.c
@@ -333,7 +333,7 @@ data_cache_new_node_L (GslDataCache *dcache,
if (!demand_load)
g_message (G_STRLOC ":FIXME: lazy data loading not yet supported");
- /* if we have a left node, and it contains data that we need, copy it */
+ /* if we have a left node, and it tqcontains data that we need, copy it */
left_node = pos ? dcache->nodes[pos - 1] : NULL;
if (left_node)
{