summaryrefslogtreecommitdiff
path: root/apps/gperf/src/List_Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/src/List_Node.h')
-rw-r--r--apps/gperf/src/List_Node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gperf/src/List_Node.h b/apps/gperf/src/List_Node.h
index 8592462ed8c..1665099740d 100644
--- a/apps/gperf/src/List_Node.h
+++ b/apps/gperf/src/List_Node.h
@@ -72,7 +72,7 @@ public:
int occurrence;
// A metric for frequency of key set occurrences.
- int index;
+ int slot;
// Position of this node relative to other nodes.
};