]> granicus.if.org Git - zfs/commitdiff
Fix typos in include/
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Fri, 30 Aug 2019 16:53:15 +0000 (18:53 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 Aug 2019 16:53:15 +0000 (09:53 -0700)
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #9238

20 files changed:
include/linux/vfs_compat.h
include/spl/sys/kmem_cache.h
include/sys/arc.h
include/sys/arc_impl.h
include/sys/avl.h
include/sys/dmu.h
include/sys/efi_partition.h
include/sys/fs/zfs.h
include/sys/lua/luaconf.h
include/sys/sa.h
include/sys/trace.h
include/sys/trace_vdev.h
include/sys/txg_impl.h
include/sys/vdev_raidz_impl.h
include/sys/zcp.h
include/sys/zfs_acl.h
include/sys/zfs_vfsops.h
include/sys/zil.h
include/sys/zio_crypt.h
include/sys/zio_impl.h

index 04a2c2b879fe633960185b23ede688164d84d8c8..28b454133c6e002be90bedf6cfd50ac2d8835f64 100644 (file)
@@ -36,7 +36,7 @@
  * 2.6.28 API change,
  * Added insert_inode_locked() helper function, prior to this most callers
  * used insert_inode_hash().  The older method doesn't check for collisions
- * in the inode_hashtable but it still acceptible for use.
+ * in the inode_hashtable but it still acceptable for use.
  */
 #ifndef HAVE_INSERT_INODE_LOCKED
 static inline int
index bb413207deff77bd29dc4f002df430133a04fb02..4ee7bcae07e75d6b43026cdabdf45e1898cd12ad 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * Slab allocation interfaces.  The SPL slab differs from the standard
  * Linux SLAB or SLUB primarily in that each cache may be backed by slabs
- * allocated from the physical or virtal memory address space.  The virtual
+ * allocated from the physical or virtual memory address space.  The virtual
  * slabs allow for good behavior when allocation large objects of identical
  * size.  This slab implementation also supports both constructors and
  * destructors which the Linux slab does not.
index 59c0bea920229b4db0b153192a3c4d8c0d6a8454..f6dea3fbd045558320b5d0dfca2636931fa56c19 100644 (file)
@@ -187,7 +187,7 @@ typedef enum arc_buf_contents {
 } arc_buf_contents_t;
 
 /*
- * The following breakdows of arc_size exist for kstat only.
+ * The following breakdowns of arc_size exist for kstat only.
  */
 typedef enum arc_space_type {
        ARC_SPACE_DATA,
index cd42c0c01a20fdbe93343f9d51e378aa9b06021e..c8f551db731d29f269afe7ce1d6f9734bba0db5e 100644 (file)
@@ -39,7 +39,7 @@ extern "C" {
  * Note that buffers can be in one of 6 states:
  *     ARC_anon        - anonymous (discussed below)
  *     ARC_mru         - recently used, currently cached
- *     ARC_mru_ghost   - recentely used, no longer in cache
+ *     ARC_mru_ghost   - recently used, no longer in cache
  *     ARC_mfu         - frequently used, currently cached
  *     ARC_mfu_ghost   - frequently used, no longer in cache
  *     ARC_l2c_only    - exists in L2ARC but not other states
index 206b539fab54a0428f00e5fca26626a53133e1fd..962e8b1cfb6f71b6dc4f1f9462120f849f2e31fd 100644 (file)
@@ -97,7 +97,7 @@ extern "C" {
  *
  * 3. Use avl_destroy_nodes() to quickly process/free up any remaining nodes.
  *    Note that once you use avl_destroy_nodes(), you can no longer
- *    use any routine except avl_destroy_nodes() and avl_destoy().
+ *    use any routine except avl_destroy_nodes() and avl_destroy().
  *
  * 4. Use avl_destroy() to destroy the AVL tree itself.
  *
@@ -144,7 +144,7 @@ typedef uintptr_t avl_index_t;
  * user data structure which must contain a field of type avl_node_t.
  *
  * Also assume the user data structures looks like:
- *     stuct my_type {
+ *     struct my_type {
  *             ...
  *             avl_node_t      my_link;
  *             ...
index 62de1eaf5857acc57d3088656edb8de47a3372b9..36eff4572db7af1c6ae9226430c42069243bc098 100644 (file)
@@ -466,7 +466,7 @@ int dmu_object_set_nlevels(objset_t *os, uint64_t object, int nlevels,
 /*
  * Set the data blocksize for an object.
  *
- * The object cannot have any blocks allcated beyond the first.  If
+ * The object cannot have any blocks allocated beyond the first.  If
  * the first block is allocated already, the new size must be greater
  * than the current block size.  If these conditions are not met,
  * ENOTSUP will be returned.
index 684b3e588a167888277ef9d5f921103ea8a18f50..88bdfd2b1ca37bdd47123dd5be5ea165d1ec161a 100644 (file)
@@ -297,11 +297,11 @@ typedef struct efi_gpe {
  * checksums, and perform any necessary byte-swapping to the on-disk
  * format.
  */
-/* Solaris library abstraction for EFI partitons */
+/* Solaris library abstraction for EFI partitions */
 typedef struct dk_part {
        diskaddr_t      p_start;        /* starting LBA */
        diskaddr_t      p_size;         /* size in blocks */
-       struct uuid     p_guid;         /* partion type GUID */
+       struct uuid     p_guid;         /* partition type GUID */
        ushort_t        p_tag;          /* converted to part'n type GUID */
        ushort_t        p_flag;         /* attributes */
        char            p_name[EFI_PART_NAME_LEN]; /* partition name */
index b4f3ede9b4810a19d2c3fd10053fdacff3074d86..eb970b2cdfcf3aa324b0cba667291908c3fb0ccf 100644 (file)
@@ -957,7 +957,7 @@ typedef struct pool_scan_stat {
        /* values not stored on disk */
        uint64_t        pss_pass_exam; /* examined bytes per scan pass */
        uint64_t        pss_pass_start; /* start time of a scan pass */
-       uint64_t        pss_pass_scrub_pause; /* pause time of a scurb pass */
+       uint64_t        pss_pass_scrub_pause; /* pause time of a scrub pass */
        /* cumulative time scrub spent paused, needed for rate calculation */
        uint64_t        pss_pass_scrub_spent_paused;
        uint64_t        pss_pass_issued; /* issued bytes per scan pass */
@@ -1031,7 +1031,7 @@ typedef struct vdev_stat {
        uint64_t        vs_fragmentation;       /* device fragmentation */
        uint64_t        vs_initialize_bytes_done; /* bytes initialized */
        uint64_t        vs_initialize_bytes_est; /* total bytes to initialize */
-       uint64_t        vs_initialize_state;    /* vdev_initialzing_state_t */
+       uint64_t        vs_initialize_state;    /* vdev_initializing_state_t */
        uint64_t        vs_initialize_action_time; /* time_t */
        uint64_t        vs_checkpoint_space;    /* checkpoint-consumed space */
        uint64_t        vs_resilver_deferred;   /* resilver deferred    */
index 302c57a8c4b3700fe2948a180d80f3828d320f72..fa7861336fc0fd9ea2f2afb44ad672f45620ad75 100644 (file)
@@ -495,7 +495,7 @@ extern int64_t lcompat_pow(int64_t, int64_t);
 ** a single double value, using NaN values to represent non-number
 ** values. The trick only works on 32-bit machines (ints and pointers
 ** are 32-bit values) with numbers represented as IEEE 754-2008 doubles
-** with conventional endianess (12345678 or 87654321), in CPUs that do
+** with conventional endianness (12345678 or 87654321), in CPUs that do
 ** not produce signaling NaN values (all NaNs are quiet).
 */
 
index 50b90622164b3b1f73e6058da3bc8bb0dc9670fc..432e0bc415c9a00cd19b9d3b88a2bae3987cef81 100644 (file)
@@ -51,7 +51,7 @@ typedef uint16_t      sa_attr_type_t;
 typedef struct sa_attr_reg {
        char                    *sa_name;       /* attribute name */
        uint16_t                sa_length;
-       sa_bswap_type_t         sa_byteswap;    /* bswap functon enum */
+       sa_bswap_type_t         sa_byteswap;    /* bswap function enum */
        sa_attr_type_t          sa_attr; /* filled in during registration */
 } sa_attr_reg_t;
 
index 48497cc35f1e2f87726e7491679563f84005e0a1..e2cd634b4a2aba9863cf697d7e02de8122e6af06 100644 (file)
@@ -43,7 +43,7 @@
  * the DEFINE_DTRACE_PROBE macros.
  *
  * When adding new DTRACE_PROBEs to zfs source, both a tracepoint event
- * class defintition and a DEFINE_DTRACE_PROBE definition are needed to
+ * class definition and a DEFINE_DTRACE_PROBE definition are needed to
  * avoid undefined function errors.
  */
 
index 289aca69eb7cdd438e44b2bdb4c46b3aa1220d95..13688a99e437646b9f20e60ae73768f945a84f21 100644 (file)
@@ -128,7 +128,7 @@ DEFINE_REMOVE_FREE_EVENT_TXG(zfs_remove__free__inflight);
 /*
  * When tracepoints are not available, a DEFINE_DTRACE_PROBE* macro is
  * needed for each DTRACE_PROBE.  These will be used to generate stub
- * tracing functions and protoypes for those functions.  See
+ * tracing functions and prototypes for those functions.  See
  * include/sys/trace.h.
  */
 
index 4e05214919d7ba3e7df42000d922c11450ed5434..047d51b94c66ba1cefee0a52bae555208efeae30 100644 (file)
@@ -43,7 +43,7 @@ extern "C" {
  * the number of active transaction holds (tc_count). As transactions
  * are assigned into a transaction group the appropriate tc_count is
  * incremented to indicate that there are pending changes that have yet
- * to quiesce. Consumers evenutally call txg_rele_to_sync() to decrement
+ * to quiesce. Consumers eventually call txg_rele_to_sync() to decrement
  * the tc_count. A transaction group is not considered quiesced until all
  * tx_cpu structures have reached a tc_count of zero.
  *
@@ -78,7 +78,7 @@ struct tx_cpu {
 
 /*
  * The tx_state structure maintains the state information about the different
- * stages of the pool's transcation groups. A per pool tx_state structure
+ * stages of the pool's transaction groups. A per pool tx_state structure
  * is used to track this information. The tx_state structure also points to
  * an array of tx_cpu structures (described above). Although the tx_sync_lock
  * is used to protect the members of this structure, it is not used to
index 4969d110b8586485b47a42c0d8321e18ef9ad721..2e38962cc317821fec7a27dcf460cf6d3aea2b7c 100644 (file)
@@ -158,7 +158,7 @@ extern const raidz_impl_ops_t vdev_raidz_aarch64_neonx2_impl;
  *
  * raidz_parity                Returns parity of the RAIDZ block
  * raidz_ncols         Returns number of columns the block spans
- * raidz_nbigcols      Returns number of big columns columns
+ * raidz_nbigcols      Returns number of big columns
  * raidz_col_p         Returns pointer to a column
  * raidz_col_size      Returns size of a column
  * raidz_big_size      Returns size of big columns
index b720d863779c00ae71674328bccf506f28206347..5cc520da5c561b61ad3c6eff8865da342a6c3a4b 100644 (file)
@@ -149,7 +149,7 @@ typedef struct zcp_arg {
        /*
         * The name of this argument. For keyword arguments this is the name
         * functions will use to set the argument. For positional arguments
-        * the name has no programatic meaning, but will appear in error
+        * the name has no programmatic meaning, but will appear in error
         * messages and help output.
         */
        const char *za_name;
index 6d3db50416088ff2ac86745a54c5c7a63ca98738..747f4e57e2a0383cc2ce80a6651711687c321f4f 100644 (file)
@@ -62,7 +62,7 @@ struct znode_phys;
 /*
  * All ACEs have a common hdr.  For
  * owner@, group@, and everyone@ this is all
- * thats needed.
+ * that's needed.
  */
 typedef struct zfs_ace_hdr {
        uint16_t z_type;
index c6ab353f7c7734afef69a7695d4232c5a9065cb1..2886d9e25638c30fbe82abb3c2738a5fc5184ace 100644 (file)
@@ -47,7 +47,7 @@ struct znode;
 
 /*
  * This structure emulates the vfs_t from other platforms.  It's purpose
- * is to faciliate the handling of mount options and minimize structural
+ * is to facilitate the handling of mount options and minimize structural
  * differences between the platforms.
  */
 typedef struct vfs {
@@ -106,7 +106,7 @@ struct zfsvfs {
        list_t          z_all_znodes;   /* all znodes in the fs */
        uint64_t        z_nr_znodes;    /* number of znodes in the fs */
        unsigned long   z_rollback_time; /* last online rollback time */
-       unsigned long   z_snap_defer_time; /* last snapshot unmount deferal */
+       unsigned long   z_snap_defer_time; /* last snapshot unmount deferral */
        kmutex_t        z_znodes_lock;  /* lock for z_all_znodes */
        arc_prune_t     *z_arc_prune;   /* called by ARC to prune caches */
        struct inode    *z_ctldir;      /* .zfs directory inode */
index cfa5e3995505cf5662bc899abcf8fd48dd3e36e2..6b038a9dd22823c5c42ac0eae3284b9a1bd744fa 100644 (file)
@@ -80,7 +80,7 @@ typedef struct zil_header {
  * Log blocks are chained together. Originally they were chained at the
  * end of the block. For performance reasons the chain was moved to the
  * beginning of the block which allows writes for only the data being used.
- * The older position is supported for backwards compatability.
+ * The older position is supported for backwards compatibility.
  *
  * The zio_eck_t contains a zec_cksum which for the intent log is
  * the sequence number of this log block. A seq of 0 is invalid.
@@ -421,7 +421,7 @@ typedef struct zil_stats {
 
        /*
         * Number of transactions (reads, writes, renames, etc.)
-        * that have been commited.
+        * that have been committed.
         */
        kstat_named_t zil_itx_count;
 
index d54e2fe192faf035e85b9a1508afe61c41cdcb4c..a029127914b279b1e8df0ff8c313a81f15f26ad3 100644 (file)
@@ -55,7 +55,7 @@ typedef struct zio_crypt_info {
        /* length of the encryption key */
        size_t ci_keylen;
 
-       /* human-readable name of the encryption alforithm */
+       /* human-readable name of the encryption algorithm */
        char *ci_name;
 } zio_crypt_info_t;
 
@@ -78,7 +78,7 @@ typedef struct zio_crypt_key {
        /* buffer for hmac key */
        uint8_t zk_hmac_keydata[SHA512_HMAC_KEYLEN];
 
-       /* buffer for currrent encryption key derived from master key */
+       /* buffer for current encryption key derived from master key */
        uint8_t zk_current_keydata[MASTER_KEY_MAX_LEN];
 
        /* current 64 bit salt for deriving an encryption key */
@@ -99,7 +99,7 @@ typedef struct zio_crypt_key {
        /* template of hmac key for illumos crypto api */
        crypto_ctx_template_t zk_hmac_tmpl;
 
-       /* lock for changing the salt and dependant values */
+       /* lock for changing the salt and dependent values */
        krwlock_t zk_salt_lock;
 } zio_crypt_key_t;
 
index fbbe06eb04f895f655dba2f65edc6da8d0af1d01..8ca12463176d0914639385c64a7e33a5e4279205 100644 (file)
@@ -87,7 +87,7 @@ extern "C" {
  *
  * NOP Write:
  * The NOP write feature is performed by the ZIO_STAGE_NOP_WRITE stage
- * and is added to an existing write pipeline if a crypographically
+ * and is added to an existing write pipeline if a cryptographically
  * secure checksum (i.e. SHA256) is enabled and compression is turned on.
  * The NOP write stage will compare the checksums of the current data
  * on-disk (level-0 blocks only) and the data that is currently being written.