tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / char / rio / route.h
index 20ed73f..46e9637 100644 (file)
@@ -67,7 +67,7 @@
 typedef struct COST_ROUTE COST_ROUTE;
 struct COST_ROUTE {
        unsigned char cost;     /* Cost down this link */
-       unsigned char route[NODE_BYTES];        /* Nodes thorough this route */
+       unsigned char route[NODE_BYTES];        /* Nodes through this route */
 };
 
 typedef struct ROUTE_STR ROUTE_STR;