summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Linux/Command/_valgrind2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c7e7786f..043539756 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-14 Matthew Martin <phy1729@gmail.com>
+
+ * github #109: Wu Zhenyu: Completion/Linux/Command/_valgrind: Fix
+ a typo
+
2024-01-05 Bart Schaefer <schaefer@zsh.org>
* 52465: Doc/Zsh/contrib.yo, Functions/Misc/zmv: use NULL_GLOB
diff --git a/Completion/Linux/Command/_valgrind b/Completion/Linux/Command/_valgrind
index e1498be6d..5eaaea338 100644
--- a/Completion/Linux/Command/_valgrind
+++ b/Completion/Linux/Command/_valgrind
@@ -165,7 +165,7 @@ args_massif=(
"--time-unit=-[specify time unit]:unit [i]:((
i\:instructions\ executed
ms\:milliseconds
- b\:heap\ bytes\ alloc\'d/dealloc\'d
+ B\:heap\ bytes\ alloc\'d/dealloc\'d
))"
'--detailed-freq=-[every Nth snapshot should be detailed]:snapshot interval [10]'
'--max-snapshots=-[specofy maximum number of snapshots recorded]:maximum [100]'