From: Oleg Drokin Date: Thu, 8 Aug 2024 07:09:32 +0000 (-0400) Subject: LU-18110 spelling: change sematics -> semantics X-Git-Tag: 2.15.90~43 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F55968%2F2;p=fs%2Flustre-release.git LU-18110 spelling: change sematics -> semantics 3 occurences in total, one in documentation Test-Parameters: trivial Change-Id: I8f417163058f203095a063726d3280712158d38d Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55968 Reviewed-by: Andreas Dilger Reviewed-by: Frederick Dilger Tested-by: jenkins Tested-by: Maloo --- diff --git a/lnet/klnds/gnilnd/gni_pub.h b/lnet/klnds/gnilnd/gni_pub.h index 9f5cb09..f71b46c 100644 --- a/lnet/klnds/gnilnd/gni_pub.h +++ b/lnet/klnds/gnilnd/gni_pub.h @@ -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) */ diff --git a/lustre/doc/llapi_layout_comp_id_get.3 b/lustre/doc/llapi_layout_comp_id_get.3 index f199685..fc2a992 100644 --- a/lustre/doc/llapi_layout_comp_id_get.3 +++ b/lustre/doc/llapi_layout_comp_id_get.3 @@ -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