From aefe0592e812dd2384a3c49d5b02a58010a14e36 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 22 Aug 2016 08:35:35 -0700 Subject: 3243 --- 088file.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '088file.mu') diff --git a/088file.mu b/088file.mu index 651f9e8a..09d3b0fa 100644 --- a/088file.mu +++ b/088file.mu @@ -1,4 +1,4 @@ -# Wrappers around file-system primitives that take a 'filesystem' object and +# Wrappers around file system primitives that take a 'filesystem' object and # are thus easier to test. container filesystem [ @@ -15,7 +15,7 @@ def start-reading fs:address:filesystem, filename:address:array:character -> con load-ingredients { break-if fs - # real file-system + # real file system file:number <- $open-file-for-reading filename assert file, [file not found] contents:address:source:character, sink:address:sink:character <- new-channel 30 -- cgit 1.4.1-2-gfad0