Browse Source

typos are fun

tarfeef101 6 năm trước cách đây
mục cha
commit
aa6666a09d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      kern/synchprobs/traffic_synch.c

+ 1 - 1
kern/synchprobs/traffic_synch.c

@@ -31,7 +31,7 @@ typedef struct car
   Direction dest;
   bool old;
   struct car * next;
-  sruct cv * cv;
+  struct cv * cv;
 } car;
 
 typedef struct list