summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2023-11-20 09:10:54 +0000
committerJulian Andres Klode <jak@debian.org>2023-11-20 09:10:54 +0000
commit630086a2695ba9d9a6e80145069d82f031f36b2c (patch)
tree90cac17efddcdf8d9301be876cd019703e224abc
parent5925deeeceffec15d2c468930265d32ddf8f0c04 (diff)
parent26a59d01a8e4a27fa73b12193dac39dac3f3338a (diff)
Merge branch 'fix-time-unit-comment' into 'main'
Fix incorrect time unit comment for PulseInterval See merge request apt-team/apt!304
-rw-r--r--apt-pkg/acquire.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h
index 17b68768e..57a74aa4d 100644
--- a/apt-pkg/acquire.h
+++ b/apt-pkg/acquire.h
@@ -278,7 +278,7 @@ class APT_PUBLIC pkgAcquire
* methods on #Log to report on the progress of the download.
*
* \param PulseInterval The method pkgAcquireStatus::Pulse will be
- * invoked on #Log at intervals of PulseInterval milliseconds.
+ * invoked on #Log at intervals of PulseInterval microseconds.
*
* \return the result of the download.
*/