1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Fix typo in commentary

This commit is contained in:
Martin Guy 2011-10-05 01:05:31 +02:00
parent 121a70b8b1
commit 7713a185bb

View File

@ -24,7 +24,7 @@ elua_adc_dev_state *adc_get_dev_state( unsigned dev_id )
return &adc_dev_state;
}
// Rewrite revice sequence
// Rewrite device sequence
void adc_update_dev_sequence( unsigned dev_id )
{
elua_adc_dev_state *d = adc_get_dev_state( dev_id );