Commenting your code is a laudable thing, especially when they explain the why of what you're doing. These though really don't add anything that you can't tell from just reading the code:
lcd.setCursor(0,1); // Start at character 1 on line 1
lcd.print(" Pedal to Start "); // Print text to lcd display
delay(2000); // Delay