Whamcloud - gitweb
LU-18110 spelling: change sematics -> semantics 68/55968/2
authorOleg Drokin <green@whamcloud.com>
Thu, 8 Aug 2024 07:09:32 +0000 (03:09 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 23 Aug 2024 22:02:34 +0000 (22:02 +0000)
3 occurences in total, one in documentation

Test-Parameters: trivial
Change-Id: I8f417163058f203095a063726d3280712158d38d
Signed-off-by: Oleg Drokin <green@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55968
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Frederick Dilger <fdilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lnet/klnds/gnilnd/gni_pub.h
lustre/doc/llapi_layout_comp_id_get.3

index 9f5cb09..f71b46c 100644 (file)
@@ -462,7 +462,7 @@ typedef enum gni_fma_cmd_type {
        GNI_FMA_ATOMIC_FAX_C   = 0x01C,    /* cached atomic FETCH AND exclusive OR */
        GNI_FMA_ATOMIC_CSWAP   = 0x00D,    /* atomic COMPARE and SWAP */
        GNI_FMA_ATOMIC_CSWAP_C = 0x01D,    /* cached atomic COMPARE and SWAP */
-       /* Second generation commands ( GET sematics ) */
+       /* Second generation commands ( GET semantics ) */
        GNI_FMA_ATOMIC2_FAND_S    = 0x240,    /* atomic fetching logical AND (32-bit operands) */
        GNI_FMA_ATOMIC2_FAND      = 0x041,    /* atomic FETCH and AND */
        GNI_FMA_ATOMIC2_FAND_SC   = 0x260,    /* cached atomic fetching logical AND (32-bit operands) */
@@ -522,7 +522,7 @@ typedef enum gni_fma_cmd_type {
        GNI_FMA_ATOMIC_XOR_C   = 0x11B,    /* cached atomic exclusive OR */
        GNI_FMA_ATOMIC_AX      = 0x10C,    /* atomic AND exclusive OR */
        GNI_FMA_ATOMIC_AX_C    = 0x11C,    /* cached atomic AND exclusive OR */
-       /* Second generation commands ( PUT sematics ) */
+       /* Second generation commands ( PUT semantics ) */
        GNI_FMA_ATOMIC2_AND_S    = 0x340,    /* atomic AND (32-bit operands) */
        GNI_FMA_ATOMIC2_AND      = 0x141,    /* atomic AND */
        GNI_FMA_ATOMIC2_AND_SC   = 0x360,    /* cached atomic AND (32-bit operands) */
index f199685..fc2a992 100644 (file)
@@ -16,7 +16,7 @@ of the currently active component of
 .IR layout .
 The ID of a component is a unique numeric identifier for the component
 within the layout of each file, and no age, ordering, relative position,
-or other sematics are implied by the component ID.  If a file's layout
+or other semantics are implied by the component ID.  If a file's layout
 is modified a large number of times, the component ID may be re-used
 but will always be unique within a single file's layout.
 .PP