(sigh! fix a comment typo of my own this time)

This commit is contained in:
Fish (David B. Trout)
2013-06-26 09:14:45 -07:00
parent 119d4c329f
commit 537445ae87
+1 -1
View File
@@ -22,7 +22,7 @@
/* be used which is in line with most commodity processors */
/* as of 2013. The cache line size must be a power of 2. */
/* The minimum recognized cache line size is 32, and the */
/* max imum recognized cache line size is 4096. */
/* maximum recognized cache line size is 4096. */
/*--------------------------------------------------------------------*/
#if defined(CACHE_LINE_SIZE)
#if !(CACHE_LINE_SIZE == 32 || \