summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsid <sidtosh4@gmail.com>2023-07-27 22:20:17 +0000
committersid <sidtosh4@gmail.com>2023-07-27 22:20:17 +0000
commit26a59d01a8e4a27fa73b12193dac39dac3f3338a (patch)
tree13c5c00958de47b3a5fda3a8be659527e28e1c91
parentc8cb97f5faaa1ed9a358e7a0e4c045c3f28f3799 (diff)
Fix incorrect time unit comment for PulseInterval
-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.
*/