Skip to content

Commit c5bc414

Browse files
christiangnrdDrvi
authored andcommitted
Fix typo in Sys.total_memory docstring. (JuliaLang#53301)
Fixes JuliaLang#53298. (cherry picked from commit 81c6526)
1 parent 3a37041 commit c5bc414

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)