summaryrefslogtreecommitdiff
path: root/src/cim/cim_defs.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 11:04:32 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 11:04:32 -0800
commit27ea30c38994b689d6e27e8fac8c63d69179f9b5 (patch)
tree6ab1a75abb9a619b66f91171ad99d7ec4d836ee4 /src/cim/cim_defs.h
parent2c415eb841c94238cf49c44dea4a83fa83621307 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/cim/cim_defs.h')
-rw-r--r--src/cim/cim_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cim/cim_defs.h b/src/cim/cim_defs.h
index 9084a07..a81d5bd 100644
--- a/src/cim/cim_defs.h
+++ b/src/cim/cim_defs.h
@@ -315,7 +315,7 @@
/*-----------------------------------------------------------------*/
/* STRING MACROS */
/* These macros are included to facilitate the optimization of */
-/* routines that write or copy large amounts of data. Two vesions */
+/* routines that write or copy large amounts of data. Two versions */
/* of these macros are included. One is intended for operating */
/* systems that allow the use of inline assembly, while the other */
/* is a pure C implementation for stricter operating systems. */