Page Chapter 4. The Menu System, Page 39

Location on the page: 
Last line of the page
Error: 

'access' => user_access('receive greeting') // Returns TRUE or FALSE.

Correction: 

'access' => user_access('receive greeting'), // Returns TRUE or FALSE.

Description of the Error: 

To adhere to Drupal coding standards, the last array element should be followed by a comma.