From: Ben Pfaff Date: Mon, 22 May 2006 01:45:13 +0000 (+0000) Subject: Fix comment style. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3b76c2ef3c731dbe16bf51440d59e12467f7ba;p=pintos-anon Fix comment style. --- diff --git a/src/lib/stdio.c b/src/lib/stdio.c index e74d5dd..baefaf0 100644 --- a/src/lib/stdio.c +++ b/src/lib/stdio.c @@ -74,8 +74,7 @@ snprintf (char *buffer, size_t buf_size, const char *format, ...) /* Writes formatted output to the console. In the kernel, the console is both the video display and first serial port. - In userspace, the console is file descriptor 1. -*/ + In userspace, the console is file descriptor 1. */ int printf (const char *format, ...) {