- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / 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;