]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/irda/irqueue.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / net / irda / irqueue.c
index 849aaf0dabb5ec8a1be02ab471a84d6d736b5f06..9715e6e5900b37afbe87a29af13b4af058211c64 100644 (file)
@@ -40,7 +40,7 @@
  *     o the hash function for ints is pathetic (but could be changed)
  *     o locking is sometime suspicious (especially during enumeration)
  *     o most users have only a few elements (== overhead)
- *     o most users never use seach, so don't benefit from hashing
+ *     o most users never use search, so don't benefit from hashing
  * Problem already fixed :
  *     o not 64 bit compliant (most users do hashv = (int) self)
  *     o hashbin_remove() is broken => use hashbin_remove_this()