summary refs log tree commit diff
path: root/sbin/fdmaker/fdmaker.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fdmaker/fdmaker.c')
-rw-r--r--sbin/fdmaker/fdmaker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fdmaker/fdmaker.c b/sbin/fdmaker/fdmaker.c
index 6dcc299..7591147 100644
--- a/sbin/fdmaker/fdmaker.c
+++ b/sbin/fdmaker/fdmaker.c
@@ -16,7 +16,7 @@ int main() {
 
     // >open /dev/tty1
     // >look inside
-    // >bits
+    // >Failed to open /dev/tty1
     int fd = open("/dev/tty1", O_RDWR);
     if (fd == -1) {
         write(2, "Failed to open /dev/tty1\n", 26);