]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in manual.
authorOndřej Bílka <neleai@seznam.cz>
Wed, 4 Jun 2014 22:40:01 +0000 (00:40 +0200)
committerOndřej Bílka <neleai@seznam.cz>
Wed, 4 Jun 2014 23:13:04 +0000 (01:13 +0200)
ChangeLog
manual/resource.texi

index 98c952cc4d1d681be5c5276a0ba7c15ada118acc..715c4be4f7b7c309a792cc390ce8420c8aa60061 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
+
+       * manual/resource.texi (How to get information about the memory
+       subsystem?): Fix typo.
+       Reported by Peon de la Parra Ivan <peon@keba.com>
+
 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
 
        [BZ #16882]
index ce481134607900861ce5caab7f7fba57017cd47a..e68458b363b1173c6d488e27138c8ffd37508e78 100644 (file)
@@ -1644,7 +1644,7 @@ This function is a GNU extension.
 @comment GNU
 @deftypefun {long int} get_avphys_pages (void)
 @safety{@prelim{}@mtsafe{}@asunsafe{@ascuheap{} @asulock{}}@acunsafe{@aculock{} @acsfd{} @acsmem{}}}
-The @code{get_phys_pages} function returns the number of available pages of
+The @code{get_avphys_pages} function returns the number of available pages of
 physical the system has.  To get the amount of memory this number has to
 be multiplied by the page size.