diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-08-14 16:53:09 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-08-15 09:19:37 -0400 |
| commit | baa0a1df5b51160e9b6d4caebcdd2c72ecbbadc5 (patch) | |
| tree | 6bbaccb8dd79ebbebe8d26484bbc1e3a5fda44b3 /mgmtd/mgmt.c | |
| parent | 4f70004723262626cd2d9db50092e0f47ee8a08d (diff) | |
*: Fix spelling errors found
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'mgmtd/mgmt.c')
| -rw-r--r-- | mgmtd/mgmt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mgmtd/mgmt.c b/mgmtd/mgmt.c index 8d41643065..fe0357e7e4 100644 --- a/mgmtd/mgmt.c +++ b/mgmtd/mgmt.c @@ -15,9 +15,9 @@ #include "mgmtd/mgmt_history.h" #include "mgmtd/mgmt_memory.h" -struct debug mgmt_debug_be = {.desc = "Management backend adapater"}; +struct debug mgmt_debug_be = { .desc = "Management backend adapter" }; struct debug mgmt_debug_ds = {.desc = "Management datastore"}; -struct debug mgmt_debug_fe = {.desc = "Management frontend adapater"}; +struct debug mgmt_debug_fe = { .desc = "Management frontend adapter" }; struct debug mgmt_debug_txn = {.desc = "Management transaction"}; /* MGMTD process wide configuration. */ |
