mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
Merge branch 'typo-pseudo' into 'master'
chore: fix typo in comment: `psuedo` -> `pseudo` See merge request GNOME/sysprof!65
This commit is contained in:
@ -189,7 +189,7 @@ sysprof_rapl_aid_present_finish (SysprofAid *aid,
|
|||||||
{
|
{
|
||||||
const SysprofCaptureCounter *ctr = &g_array_index (counters, SysprofCaptureCounter, i);
|
const SysprofCaptureCounter *ctr = &g_array_index (counters, SysprofCaptureCounter, i);
|
||||||
|
|
||||||
/* The psuedo counters (core:-1 cpu:-1) have "RAPL" as the group */
|
/* The pseudo counters (core:-1 cpu:-1) have "RAPL" as the group */
|
||||||
if (g_strcmp0 (ctr->category, "RAPL") == 0)
|
if (g_strcmp0 (ctr->category, "RAPL") == 0)
|
||||||
{
|
{
|
||||||
GdkRGBA rgba;
|
GdkRGBA rgba;
|
||||||
|
|||||||
Reference in New Issue
Block a user