Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d59dc11 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Jesper Nilsson
Browse files

Fix typo

parent 887358f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -395,7 +395,7 @@ static int eeprom_open(struct inode * inode, struct file * file)
static loff_t eeprom_lseek(struct file * file, loff_t offset, int orig)
{
/*
 *  orig 0: position from begning of eeprom
 *  orig 0: position from beginning of eeprom
 *  orig 1: relative from current position
 *  orig 2: position from last eeprom address
 */