]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Spell fixes in threads-arch-tile.h
authorKen Steele <ken@tilera.com>
Fri, 18 Oct 2013 18:21:50 +0000 (14:21 -0400)
committerVictor Julien <victor@inliniac.net>
Sat, 19 Oct 2013 04:56:50 +0000 (06:56 +0200)
src/threads-arch-tile.h

index 8e7dc7627525a26aaa7c4e1a081461e5396499c8..1e192205064d109f031f6f1ea6caa150c5d47d9d 100644 (file)
 #include <tmc/spin.h>
 #include <arch/cycle.h>
 
-/* NOTE: On Tilera datapath threads use the tmc library for mutexes
- * while the control threads use pthread mutexes.  So the pthread
- * mutex types are split out so they their use can be differentiated.
+/* NOTE: On Tilera datapath threads use the TMC (Tilera Multicore
+ * Components) library spin mutexes while the control threads use
+ * pthread mutexes.  So the pthread mutex types are split out so that
+ * their use can be differentiated.
  */
 
 /* ctrl mutex */