Commit 5c173bed authored by Yangtao Li's avatar Yangtao Li Committed by Steven Rostedt (VMware)
Browse files

ring-buffer: Fix mispelling of Calculate

parent 3dd1f7f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ static void ring_buffer_producer(void)
			hit--; /* make it non zero */
		}

		/* Caculate the average time in nanosecs */
		/* Calculate the average time in nanosecs */
		avg = NSEC_PER_MSEC / (hit + missed);
		trace_printk("%ld ns per entry\n", avg);
	}