Changeset 680

Show
Ignore:
Timestamp:
12/20/09 13:44:19 (2 years ago)
Author:
erikd
Message:

Fix typos in comments.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/src/driver.c

    r679 r680  
    6060 
    6161/* 
    62 ** Always keep two pointers to the output diver. current_driver is the 
     62** Always keep two pointers to the output driver. current_driver is the 
    6363** one that is currently being used and dialog_driver is the one that 
    64 ** has been chosen on the dialog box. 
     64** has been chosen in the dialog box. 
    6565** This allows dialog_driver to be changed when current_driver is being 
    6666** used, with the change from dialog_driver to current_driver occurring 
    67 ** at the next time the device_open() is called. 
     67** next time the device_open() is called. 
    6868*/ 
    6969static sw_driver * current_driver = &_driver_null;