diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2022-06-14 11:40:45 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-06-28 11:06:44 +0200 |
commit | a0984714fb700683094a754a2320a2e150cf10a7 (patch) | |
tree | 1f63559434cb5c72fdc7f1aa8af0207b599c7146 /hw/nvme | |
parent | 118d4ed0453c325828e3678608cf32fd9c4a8c49 (diff) | |
download | qemu-a0984714fb700683094a754a2320a2e150cf10a7.zip qemu-a0984714fb700683094a754a2320a2e150cf10a7.tar.gz qemu-a0984714fb700683094a754a2320a2e150cf10a7.tar.bz2 |
trivial typos: namesapce
'namespace' is misspelled in a bunch of places.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Message-Id: <20220614104045.85728-3-dgilbert@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/nvme')
-rw-r--r-- | hw/nvme/ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/nvme/ctrl.c b/hw/nvme/ctrl.c index d349b3e..ca335dd 100644 --- a/hw/nvme/ctrl.c +++ b/hw/nvme/ctrl.c @@ -76,7 +76,7 @@ * the SUBNQN field in the controller will report the NQN of the subsystem * device. This also enables multi controller capability represented in * Identify Controller data structure in CMIC (Controller Multi-path I/O and - * Namesapce Sharing Capabilities). + * Namespace Sharing Capabilities). * * - `aerl` * The Asynchronous Event Request Limit (AERL). Indicates the maximum number |