Fixed a comment in the planner

This commit is contained in:
Justin Nesselrotte 2014-06-01 19:04:41 -05:00
parent b7aac49995
commit 07c0eeee99

View file

@ -151,7 +151,7 @@ FORCE_INLINE block_t *plan_get_current_block()
return(block);
}
// Gets the current block. Returns NULL if buffer empty
// Returns true if the buffer has a queued block, false otherwise
FORCE_INLINE bool blocks_queued()
{
if (block_buffer_head == block_buffer_tail) {