ipv4: Fix spelling mistakes
[linux-2.6-microblaze.git] / net / ipv4 / fib_lookup.h
index b58db1c..e184bcb 100644 (file)
@@ -25,7 +25,7 @@ struct fib_alias {
 
 #define FA_S_ACCESSED  0x01
 
-/* Dont write on fa_state unless needed, to keep it shared on all cpus */
+/* Don't write on fa_state unless needed, to keep it shared on all cpus */
 static inline void fib_alias_accessed(struct fib_alias *fa)
 {
        if (!(fa->fa_state & FA_S_ACCESSED))