From f3e194ceb2405d2063501bd46b270d988931d36b Mon Sep 17 00:00:00 2001 From: zlg Date: Sat, 20 May 2017 22:48:50 -0700 Subject: perfeeerrrrrm --- ch8/8-01_cat-remastered.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch8/8-01_cat-remastered.c b/ch8/8-01_cat-remastered.c index 53dd03e..8ad6d5a 100644 --- a/ch8/8-01_cat-remastered.c +++ b/ch8/8-01_cat-remastered.c @@ -8,7 +8,7 @@ * * Exercise 8-1: Rewrite the program `cat` from Chapter 7 using read(), * write(), open(), and close() instead of their standard library - * equivalents. Perferm experiments to determine the relative speeds of + * equivalents. Perform experiments to determine the relative speeds of * the two versions. * * Notes: The `cat` program can be found on pp 162-163 in the book. -- cgit v1.2.3-54-g00ecf