libefivar(3): Fix a typo in a source code comment

- s/partiton/partition/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 18:29:32 +02:00
parent 50bb3a33d8
commit b1c5f60ce8

View File

@ -395,7 +395,7 @@ efivar_device_path_to_unix_path(const_efidp dp, char **dev, char **relpath, char
* but /path/to must be. It must reside on a local filesystem
* mounted on a GPT or MBR partition.
* 2) //path/to/file -- Shorthand for 'On the EFI partition, \path\to\file'
* where 'The EFI Partition' is a partiton that's type is 'efi'
* where 'The EFI Partition' is a partition that's type is 'efi'
* on the same disk that / is mounted from. If there are multiple
* or no 'efi' parittions on that disk, or / isn't on a disk that
* we can trace back to a physical device, an error will result