From: Ben Pfaff Date: Thu, 20 Apr 2006 03:05:36 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc8ebe060af4b1f005fbe015379cd126f1bb6b9;hp=5bac157240fde20a4026e57708702c8ad3e6232b;p=pintos-anon Fix comment. --- diff --git a/src/examples/mcp.c b/src/examples/mcp.c index a53677a..c99aeb9 100644 --- a/src/examples/mcp.c +++ b/src/examples/mcp.c @@ -1,4 +1,4 @@ -/* cat.c +/* mcp.c Copies one file to another, using mmap. */