summaryrefslogtreecommitdiffstats
path: root/linux/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/Platform.c')
-rw-r--r--linux/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Platform.c b/linux/Platform.c
index 7efc7e47..cfaa0f14 100644
--- a/linux/Platform.c
+++ b/linux/Platform.c
@@ -101,7 +101,7 @@ ScreenDefaults Platform_defaultScreens[] = {
{
.name = "L1 Data Cache",
.columns = "PID USER PERCENT_CPU L1DREADS L1DRMISSES L1DWRITES L1DWMISSES Command",
- .sortKey = "LD1READS",
+ .sortKey = "L1DREADS",
},
};