]> granicus.if.org Git - zfs/commitdiff
Fix typos in lib/
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Tue, 3 Sep 2019 00:53:27 +0000 (02:53 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 3 Sep 2019 00:53:27 +0000 (17: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 #9237

17 files changed:
lib/libefi/rdwr_efi.c
lib/libshare/smb.c
lib/libspl/asm-generic/atomic.c
lib/libspl/include/atomic.h
lib/libspl/include/sys/kstat.h
lib/libspl/include/sys/param.h
lib/libspl/include/sys/uio.h
lib/libspl/include/sys/vtoc.h
lib/libspl/mkdirp.c
lib/libtpool/thread_pool.c
lib/libzfs/THIRDPARTYLICENSE.openssl
lib/libzfs/libzfs_crypto.c
lib/libzfs/libzfs_dataset.c
lib/libzfs/libzfs_pool.c
lib/libzfs/libzfs_sendrecv.c
lib/libzfs_core/libzfs_core.c
lib/libzutil/zutil_import.c

index 93c79277dae559a8a531d82ddc2d4f5c61248278..5311059ee81422dc54068472fc1a7aacd3eb01ff 100644 (file)
@@ -224,7 +224,7 @@ efi_get_info(int fd, struct dk_cinfo *dki_info)
 
        /*
         * The simplest way to get the partition number under linux is
-        * to parse it out of the /dev/<disk><parition> block device name.
+        * to parse it out of the /dev/<disk><partition> block device name.
         * The kernel creates this using the partition number when it
         * populates /dev/ so it may be trusted.  The tricky bit here is
         * that the naming convention is based on the block device type.
@@ -1198,7 +1198,7 @@ efi_use_whole_disk(int fd)
         * Verify that we've found the reserved partition by checking
         * that it looks the way it did when we created it in zpool_label_disk.
         * If we've found the incorrect partition, then we know that this
-        * device was reformatted and no longer is soley used by ZFS.
+        * device was reformatted and no longer is solely used by ZFS.
         */
        if ((efi_label->efi_parts[resv_index].p_size != EFI_MIN_RESV_SIZE) ||
            (efi_label->efi_parts[resv_index].p_tag != V_RESERVED) ||
@@ -1284,7 +1284,7 @@ efi_write(int fd, struct dk_gpt *vtoc)
        if ((rval = efi_get_info(fd, &dki_info)) != 0)
                return (rval);
 
-       /* check if we are dealing wih a metadevice */
+       /* check if we are dealing with a metadevice */
        if ((strncmp(dki_info.dki_cname, "pseudo", 7) == 0) &&
            (strncmp(dki_info.dki_dname, "md", 3) == 0)) {
                md_flag = 1;
index 4c2045dfdb4d128286ad87eec64a6840a2e50c6d..a95607ee0324134e683de348dec2522101ddc1f5 100644 (file)
@@ -29,7 +29,7 @@
  *
  * TESTING
  * Make sure that samba listens to 'localhost' (127.0.0.1) and that the options
- * 'usershare max shares' and 'usershare owner only' have been rewied/set
+ * 'usershare max shares' and 'usershare owner only' have been reviewed/set
  * accordingly (see zfs(8) for information).
  *
  * Once configuration in samba have been done, test that this
index d0023b182813b7228ea26bd3b59037ab9479c055..03f8ddcfa8f9f391bc3a41895cbc6ca953aa8994 100644 (file)
@@ -37,7 +37,7 @@
 pthread_mutex_t atomic_lock = PTHREAD_MUTEX_INITIALIZER;
 
 /*
- * Theses are the void returning variants
+ * These are the void returning variants
  */
 /* BEGIN CSTYLED */
 #define        ATOMIC_INC(name, type) \
index 7072a11bdb167b62d5ae8ba383a4b3321f2a8a67..f8c257f9696ba859c1cbbb33c5b5f9f84572c4b5 100644 (file)
@@ -79,7 +79,7 @@ extern void atomic_add_64(volatile uint64_t *, int64_t);
 #endif
 
 /*
- * Substract delta from target
+ * Subtract delta from target
  */
 extern void atomic_sub_8(volatile uint8_t *, int8_t);
 extern void atomic_sub_char(volatile uchar_t *, signed char);
@@ -173,7 +173,7 @@ extern uint64_t atomic_add_64_nv(volatile uint64_t *, int64_t);
 #endif
 
 /*
- * Substract delta from target
+ * Subtract delta from target
  */
 extern uint8_t atomic_sub_8_nv(volatile uint8_t *, int8_t);
 extern uchar_t atomic_sub_char_nv(volatile uchar_t *, signed char);
index 9bd0d949d542dde8138affd1449280746ab9f1da..69fb6d401fc7a43b4590bdcdca26cd4a58d567d9 100644 (file)
@@ -82,7 +82,7 @@ typedef struct kstat {
        void            *ks_data;       /* kstat type-specific data */
        uint_t          ks_ndata;       /* # of type-specific data records */
        size_t          ks_data_size;   /* total size of kstat data section */
-       hrtime_t        ks_snaptime;    /* time of last data shapshot */
+       hrtime_t        ks_snaptime;    /* time of last data snapshot */
        /*
         * Fields relevant to kernel only
         */
index c22d508f9b071f8bf8254ab22f29917631c58dcf..26335187fdca7aa0f5bb7f6a065f34dcf151594c 100644 (file)
@@ -37,7 +37,7 @@
  * with smaller units (fragments) only in the last direct block.
  * MAXBSIZE primarily determines the size of buffers in the buffer
  * pool. It may be made larger without any effect on existing
- * file systems; however making it smaller make make some file
+ * file systems; however making it smaller may make some file
  * systems unmountable.
  *
  * Note that the blocked devices are assumed to have DEV_BSIZE
index 97e8412ef70ae648071c9443e7312c570faa6db9..91ee3b3fd00d9efd7fbd16f0ecb6198ebdbc4e65 100644 (file)
@@ -75,7 +75,7 @@ typedef enum xuio_type {
 
 typedef struct uioa_page_s {           /* locked uio_iov state */
        int     uioa_pfncnt;            /* count of pfn_t(s) in *uioa_ppp */
-       void    **uioa_ppp;             /* page_t or pfn_t arrary */
+       void    **uioa_ppp;             /* page_t or pfn_t array */
        caddr_t uioa_base;              /* address base */
        size_t  uioa_len;               /* span length */
 } uioa_page_t;
index 22a652b74bf11a07b206b84ed338a4dfd636dd32..5d8448b628dc6c829bed15197db88bc19d39edcf 100644 (file)
@@ -51,7 +51,7 @@ extern "C" {
  *             v_sanity                returned as VTOC_SANE
  *                                             if Disk Label was sane
  *             v_sectorsz              returned as 512
- *             v_reserved [all]        retunred as zero
+ *             v_reserved [all]        returned as zero
  *             timestamp [all]         returned as zero
  *
  *     See  dklabel.h, read_vtoc(), and write_vtoc().
index 54174175200e78ee1b4177ee627e5ad1a46890ca..fce2c1c82eb73b1425eb8804ac28330fd825bb68 100644 (file)
@@ -128,7 +128,7 @@ mkdirp(const char *d, mode_t mode)
  *                caller, or NULL is returned on error.
  *
  *                The caller should handle error reporting based upon the
- *                returned vlaue, and should free the returned value,
+ *                returned value, and should free the returned value,
  *                when appropriate.
  */
 
index a43fdd9cd6085855a7e17037a558ff5ccc35aafc..267fa834bd7220a2f517dbbda0fba8be9c9bd509 100644 (file)
@@ -134,7 +134,7 @@ tpool_worker(void *arg)
 
        /*
         * This is the worker's main loop.
-        * It will only be left if a timeout or an error has occured.
+        * It will only be left if a timeout or an error has occurred.
         */
        active.tpa_tid = pthread_self();
        for (;;) {
index a2c4adcbe6a5860c0db546f8dabfca19b4ed6c99..92c9e196a318f1796d72723a9f78145e7ca76b45 100644 (file)
  *    must display the following acknowledgement:
  *    "This product includes cryptographic software written by
  *     Eric Young (eay@cryptsoft.com)"
- *    The word 'cryptographic' can be left out if the rouines from the library
+ *    The word 'cryptographic' can be left out if the routines from the library
  *    being used are not cryptographic related :-).
  * 4. If you include any Windows specific code (or a derivative thereof) from 
  *    the apps directory (application code) you must include an acknowledgement:
index d31f43b1fdf2e1a2704adb17334335740a370d32..b7b567ef53c5983c5e6ac37f4da8162f2c6e97a9 100644 (file)
@@ -242,7 +242,7 @@ get_key_material_raw(FILE *fd, const char *fsname, zfs_keyformat_t keyformat,
 
 out:
        if (isatty(fileno(fd))) {
-               /* reset the teminal */
+               /* reset the terminal */
                (void) tcsetattr(fileno(fd), TCSAFLUSH, &old_term);
                (void) sigaction(SIGINT, &osigint, NULL);
                (void) sigaction(SIGTSTP, &osigtstp, NULL);
@@ -1321,7 +1321,7 @@ zfs_crypto_rewrap(zfs_handle_t *zhp, nvlist_t *raw_props, boolean_t inheritkey)
 
                if (is_encroot) {
                        /*
-                        * If this is already an ecryption root, just keep
+                        * If this is already an encryption root, just keep
                         * any properties not set by the user.
                         */
                        if (keyformat == ZFS_KEYFORMAT_NONE) {
index 4285d1224e63101381e1a545474eea2d67c9e9d6..ef638a49806c182ba8b1747b9073edcf3094044f 100644 (file)
@@ -1451,7 +1451,7 @@ badlabel:
                                         * There was an error in parsing so
                                         * deal with it by issuing an error
                                         * message and leaving after
-                                        * uninitializing the the libshare
+                                        * uninitializing the libshare
                                         * interface.
                                         */
                                        zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
@@ -1656,7 +1656,7 @@ zfs_add_synthetic_resv(zfs_handle_t *zhp, nvlist_t *nvl)
 
 /*
  * Helper for 'zfs {set|clone} refreservation=auto'.  Must be called after
- * zfs_valid_proplist(), as it is what sets the UINT64_MAX sentinal value.
+ * zfs_valid_proplist(), as it is what sets the UINT64_MAX sentinel value.
  * Return codes must match zfs_add_synthetic_resv().
  */
 static int
index 653335b6e4f3a56efb0f8f3f1579c89ea9b6bf8b..694497bc407f4b0ad3d699dc3abec01c18c690a5 100644 (file)
@@ -1524,7 +1524,7 @@ zpool_add(zpool_handle_t *zhp, nvlist_t *nvroot)
 
                case EOVERFLOW:
                        /*
-                        * This occurrs when one of the devices is below
+                        * This occurs when one of the devices is below
                         * SPA_MINDEVSIZE.  Unfortunately, we can't detect which
                         * device was the problem device since there's no
                         * reliable way to determine device size from userland.
@@ -4147,7 +4147,7 @@ zpool_get_errlog(zpool_handle_t *zhp, nvlist_t **nverrlistp)
        /*
         * Sort the resulting bookmarks.  This is a little confusing due to the
         * implementation of ZFS_IOC_ERROR_LOG.  The bookmarks are copied last
-        * to first, and 'zc_nvlist_dst_size' indicates the number of boomarks
+        * to first, and 'zc_nvlist_dst_size' indicates the number of bookmarks
         * _not_ copied as part of the process.  So we point the start of our
         * array appropriate and decrement the total number of elements.
         */
@@ -4775,7 +4775,7 @@ zpool_label_disk(libzfs_handle_t *hdl, zpool_handle_t *zhp, char *name)
        if (rval) {
                zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "freshly written "
                    "EFI label on '%s' is damaged.  Ensure\nthis device "
-                   "is not in in use, and is functioning properly: %d"),
+                   "is not in use, and is functioning properly: %d"),
                    path, rval);
                return (zfs_error(hdl, EZFS_LABELFAILED, errbuf));
        }
index 9fdb990522d9eb2aebe3afad6e958e6ca9a57b30..c178296f654f632c6ccaaa4484530acc073b9dbc 100644 (file)
@@ -4702,7 +4702,7 @@ zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap,
 
                /*
                 * Raw sends can not be performed as an incremental on top
-                * of existing unencryppted datasets. zfs recv -F cant be
+                * of existing unencrypted datasets. zfs recv -F can't be
                 * used to blow away an existing encrypted filesystem. This
                 * is because it would require the dsl dir to point to the
                 * new key (or lack of a key) and the old key at the same
index d441f3655d03186c1c723ac9fa5cf669d4c5a09f..a3dc70f9e48623bcd78146c84c54f89c519178ee 100644 (file)
@@ -822,7 +822,7 @@ recv_impl(const char *snapname, nvlist_t *recvdprops, nvlist_t *localprops,
        }
 
        /*
-        * All recives with a payload should use the new interface.
+        * All receives with a payload should use the new interface.
         */
        if (resumable || raw || wkeydata != NULL || payload) {
                nvlist_t *outnvl = NULL;
index e82744383dc0f9638b305fe26d1343700b721125..28733cc747cc982d3553d6e2cc6f8969252508c0 100644 (file)
@@ -1793,7 +1793,7 @@ zpool_find_import_scan_path(libpc_handle_t *hdl, pthread_mutex_t *lock,
        char *dpath, *name;
 
        /*
-        * Seperate the directory part and last part of the
+        * Separate the directory part and last part of the
         * path. We do this so that we can get the realpath of
         * the directory. We don't get the realpath on the
         * whole path because if it's a symlink, we want the
@@ -2080,8 +2080,8 @@ zpool_find_import_impl(libpc_handle_t *hdl, importargs_t *iarg)
        tpool_destroy(t);
 
        /*
-        * Process the cache filtering out any entries which are not
-        * for the specificed pool then adding matching label configs.
+        * Process the cache, filtering out any entries which are not
+        * for the specified pool then adding matching label configs.
         */
        cookie = NULL;
        while ((slice = avl_destroy_nodes(cache, &cookie)) != NULL) {