aboutsummaryrefslogtreecommitdiff
path: root/ch8
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ch8/8-01_cat-remastered.c2
1 files changed, 1 insertions, 1 deletions
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.