]> Savannah Git Hosting - gnulib.git/commitdiff
physmem: Fix typo.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jun 2024 11:05:11 +0000 (13:05 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 22 Jun 2024 11:05:11 +0000 (13:05 +0200)
* lib/physmem.h (physmem_claimable): Fix typo in comment.

ChangeLog
lib/physmem.h

index f81ae03de765d3a0be6f110181e0b18c65d202a3..8d28459959d126d647c59a4097b5bcbaccd10230 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-22  Bruno Haible  <bruno@clisp.org>
+
+       physmem: Fix typo.
+       * lib/physmem.h (physmem_claimable): Fix typo in comment.
+
 2024-06-22  Bruno Haible  <bruno@clisp.org>
 
        c-xvasprintf: Guarantee a non-NULL result.
index 542dbf214cc9e76f9843acaf2be57b1c89c6e997..9c5438d0162c8bfb93995ba64c872b029de98e23 100644 (file)
@@ -39,7 +39,7 @@ double physmem_available (void);
    aggressivity.
    For AGGRESSIVITY == 0.0, the result is like physmem_available (): the amount
    of memory the application can use without hindering any other process.
-   For AGGRESSIVITY == 1,0, the result is the amount of memory the application
+   For AGGRESSIVITY == 1.0, the result is the amount of memory the application
    can use, while causing memory shortage to other processes, but without
    bringing the machine into an out-of-memory state.
    Values in between, for example AGGRESSIVITY == 0.5, are a reasonable middle