minor comment change

This commit is contained in:
Scott Taylor 2011-09-05 17:27:02 -04:00
parent 9cbf2228a9
commit 552dc8edb0

View File

@ -398,7 +398,7 @@ module FakeFS
(@mode & mask) != 0 if @mode.is_a?(Integer)
end
# Create a missing file if the path's valid.
# Create a missing file if the path is valid.
#
def create_missing_file
raise Errno::EISDIR, "Is a directory - #{path}" if File.directory?(@path)