Skip to content

Commit

Permalink
Correct debugging mis-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
perllaghu committed Mar 17, 2024
1 parent 4028f1e commit bf0f0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/labextension/src/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const KernelUsage = (props: {
{props.trans.__('Process ID:')} {usage.pid}
</div>
<div className="jp-KernelUsage-separator">
{props.trans.__('HPU:')} {usage.kernel_cpu}
{props.trans.__('CPU:')} {usage.kernel_cpu}
</div>
<div className="jp-KernelUsage-separator">
{props.trans.__('Memory:')}{' '}
Expand Down

0 comments on commit bf0f0fb

Please sign in to comment.