Skip to content

Commit

Permalink
Revert comment typo corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jecassis committed Aug 6, 2022
1 parent 17511d3 commit 59e4eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quantum/bootmagic/bootmagic_lite.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/** \brief Reset eeprom
*
* ...just in case someone wants to only change the eeprom behaviour
* ...just incase someone wants to only change the eeprom behaviour
*/
__attribute__((weak)) void bootmagic_lite_reset_eeprom(void) {
eeconfig_disable();
Expand Down
2 changes: 1 addition & 1 deletion quantum/bootmagic/magic.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void magic(void) {

bootmagic();

/* read here just in case bootmagic process changed its value */
/* read here just incase bootmagic process changed its value */
layer_state_t default_layer = (layer_state_t)eeconfig_read_default_layer();
default_layer_set(default_layer);

Expand Down

0 comments on commit 59e4eff

Please sign in to comment.