diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-29 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-29 02:00:00 +0200 |
commit | 8bfa893dd24a696b39f724f07882130c6997487a (patch) | |
tree | c33faf38de594175de45eef96b8bbbb99ea90554 /gnu/packages | |
parent | afdb5af46b18ba784f9cf0f946256082a24c593c (diff) | |
download | guix-8bfa893dd24a696b39f724f07882130c6997487a.tar guix-8bfa893dd24a696b39f724f07882130c6997487a.tar.gz |
gnu: hotspot: Fix typo in description.
* gnu/packages/linux.scm (hotspot)[description]: Remove the typo.
Change-Id: Ie1614a51be08bc70eca633ef553e76dda5662a4a
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 60bf4d7b5b..4695ec2eaf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7384,7 +7384,7 @@ not as a replacement for it.") (home-page "https://github.com/KDAB/hotspot") (synopsis "Performance analysis GUI for Linux perf") (description "Hotspot is a standalone GUI for performance data analysis. -It aims to be similar to KCachegrind, but for data collected with the +It aims to be similar to KCachegrind, but for data collected with @command{perf}, a profiler for use with the kernel Linux. Its main feature is graphically visualizing a @file{perf.data} file.") (license (list license:gpl2+ license:gpl3+)))) ;dual licensed |