mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ds1307(4): Fix a typo in a source code comment
- s/slighly/slightly/ (cherry picked from commit fa3b320668ba6068014337bbbb05dbd39ac8dfb6)
This commit is contained in:
parent
8ca6066eb0
commit
4f8ee76d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ ds1307_gettime(device_t dev, struct timespec *ts)
|
|||
/*
|
||||
* If the chip is in AM/PM mode remember that.
|
||||
* The EPSON uses a 1 to signify 24 hour mode, while the DS uses a 0,
|
||||
* in slighly different positions.
|
||||
* in slightly different positions.
|
||||
*/
|
||||
if (sc->chiptype == TYPE_EPSON_RX8035)
|
||||
ampm_mode = !(data[DS1307_HOUR] & RX8035_HOUR_USE_24);
|
||||
|
|
|
|||
Loading…
Reference in a new issue