diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:13:50 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-25 17:15:47 +0300 |
| commit | 28cbbdd28e2979dbf9768a70754550b8e377fcc4 (patch) | |
| tree | f502f4543a4b69a2960180e54173487e3117cd7c /hw/9pfs/9p-util.h | |
| parent | 8b81968c1cf351430dad66a1b36420f431243842 (diff) | |
| download | focaccia-qemu-28cbbdd28e2979dbf9768a70754550b8e377fcc4.tar.gz focaccia-qemu-28cbbdd28e2979dbf9768a70754550b8e377fcc4.zip | |
hw/9pfs: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Diffstat (limited to 'hw/9pfs/9p-util.h')
| -rw-r--r-- | hw/9pfs/9p-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/9p-util.h b/hw/9pfs/9p-util.h index df1b583a5e..51c94b0116 100644 --- a/hw/9pfs/9p-util.h +++ b/hw/9pfs/9p-util.h @@ -48,7 +48,7 @@ static inline uint64_t makedev_dotl(uint32_t dev_major, uint32_t dev_minor) /* * Converts given device number from host's device number format to Linux * device number format. As both the size of type dev_t and encoding of - * dev_t is system dependant, we have to convert them for Linux guests if + * dev_t is system dependent, we have to convert them for Linux guests if * host is not running Linux. */ static inline uint64_t host_dev_to_dotl_dev(dev_t dev) |