Browse Source

updated a function comment to be more ... accurate

pull/1/head
XeonSquared 4 years ago
parent
commit
c7213d4cbe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      module/fs.lua

+ 1
- 1
module/fs.lua View File

@@ -126,7 +126,7 @@ function fs.mounts() -- returns a table containing the mount points of all mount
return rt
end

function fs.address(path) -- returns the address of the filesystem at a given path, if applicable
function fs.address(path) -- returns the address of the filesystem at a given path, if applicable; do not expect a sensical response
local fsi,_ = fs.resolve(path)
return fsmounts[fsi].address
end


Loading…
Cancel
Save