]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/char/rio/route.h
tree-wide: fix assorted typos all over the place
[net-next-2.6.git] / drivers / char / rio / route.h
index 20ed73f3fd7bfc47179890b9e689c9b6d8f5f676..46e963771c301389fb4035582f2f827feeed65de 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;