Skip to content

Commit 5b54ddf

Browse files
christiangnrdKristofferC
authored andcommitted
Fix typo in Sys.total_memory docstring. (#53301)
Fixes #53298. (cherry picked from commit 81c6526)
1 parent be27b72 commit 5b54ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/sysinfo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ free_memory() = ccall(:uv_get_available_memory, UInt64, ())
276276
277277
Get the total memory in RAM (including that which is currently used) in bytes.
278278
This amount may be constrained, e.g., by Linux control groups. For the unconstrained
279-
amount, see `Sys.physical_memory()`.
279+
amount, see `Sys.total_physical_memory()`.
280280
"""
281281
function total_memory()
282282
constrained = ccall(:uv_get_constrained_memory, UInt64, ())

0 commit comments

Comments
 (0)