From 0e295f7eb967a3177743e8a5e5363960a2f24c7f Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Mon, 22 Jan 2018 10:50:52 -0600 Subject: [PATCH] typo --- initial-utilities/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial-utilities/README.md b/initial-utilities/README.md index 841b5a3..510b7fc 100644 --- a/initial-utilities/README.md +++ b/initial-utilities/README.md @@ -43,7 +43,7 @@ The "**./**" before the **my-cat** above is a UNIX thing; it just tells the system which directory to find **my-cat** in (in this case, in the "." (dot) directory, which means the current working directory). -To create the **my-cat* binary, you'll be creating a single source file, +To create the **my-cat** binary, you'll be creating a single source file, **my-cat.c**, and writing a little C code to implement this simplified version of **cat**. To compile this program, you will do the following: