Fix comment style.
[pintos-anon] / src / lib / stdio.c
index e74d5dd3c5b0bf5d6adb22d97699a5a099e9f69b..baefaf0eda12774b36b2aa0eddeb6ad0f87ad20b 100644 (file)
@@ -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, ...) 
 {