]> sigrok.org Git - libsigrok.git/commitdiff
Fix a bunch of typos.
authorUwe Hermann <redacted>
Sun, 22 Mar 2015 15:04:18 +0000 (16:04 +0100)
committerUwe Hermann <redacted>
Tue, 24 Mar 2015 17:01:18 +0000 (18:01 +0100)
31 files changed:
NEWS
README.devices
include/libsigrok/libsigrok.h
src/dmm/fs9721.c
src/ezusb.c
src/hardware/agilent-dmm/sched.c
src/hardware/asix-sigma/asix-sigma.c
src/hardware/asix-sigma/asix-sigma.h
src/hardware/cem-dt-885x/protocol.c
src/hardware/chronovu-la/protocol.c
src/hardware/demo/demo.c
src/hardware/gmc-mh-1x-2x/protocol.c
src/hardware/gmc-mh-1x-2x/protocol.h
src/hardware/lascar-el-usb/api.c
src/hardware/lascar-el-usb/protocol.c
src/hardware/manson-hcs-3xxx/api.c
src/hardware/manson-hcs-3xxx/protocol.h
src/hardware/motech-lps-30x/api.c
src/hardware/motech-lps-30x/protocol.h
src/hardware/norma-dmm/protocol.c
src/hardware/openbench-logic-sniffer/protocol.c
src/hardware/pipistrello-ols/protocol.c
src/hardware/sysclk-lwla/protocol.c
src/hardware/sysclk-lwla/protocol.h
src/hardware/teleinfo/protocol.c
src/hardware/teleinfo/protocol.h
src/hardware/uni-t-ut32x/api.c
src/hardware/yokogawa-dlm/protocol.c
src/libsigrok-internal.h
src/serial.c
src/session.c

diff --git a/NEWS b/NEWS
index b9aa27718e3bdd1ad275b10927cc1a8eedf3c0a3..accf2c0c3590aad66877b53b6a1cc8c731f95de2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -74,7 +74,7 @@ Note: This release DOES change the libsigrok API. That means it is NOT
      - All drivers that talk to serial ports now require libserialport.
      - If libserialport is not found, those drivers will not be built.
    - librevisa >= 0.0.20130812 (optional, only used by some drivers).
- * Dropped build dependecies:
+ * Dropped build dependencies:
    - libasound2 is no longer required (only the removed alsa driver used it).
    - libudev is no longer required (only the removed link-mso19 driver used it).
  * Serial port handling code:
@@ -119,7 +119,7 @@ Note: This release DOES change the libsigrok API. That means it is NOT
    - Temporarily disable the driver on Windows (needs portability fixes).
    - Fix an endianness issue in the protocol handling (bug #135).
    - Fix a sampling issue when (samples % 4) != 0 (bug #200).
-   - Fix an issue occuring when all channels were disabled (bugs #316, #347).
+   - Fix an issue occurring when all channels were disabled (bugs #316, #347).
    - Add an option to turn test patterns off again (bug #293).
  * rigol-ds:
    - Rename the 'rigol-ds1xx2' driver to 'rigol-ds'.
@@ -154,7 +154,7 @@ Note: This release DOES change the libsigrok API. That means it is NOT
    - Report max. possible number of samples (bugs #197, #258, #263).
  * Output modules:
    - Skip analog channels in logic-only output formats.
-   - Remove the obolete output module API, add wrapper calls for the new one.
+   - Remove the obsolete output module API, add wrapper calls for the new one.
    - Stop using the obsolete output API (bugs #288, #47, #48).
    - Properly receive and handle samplerate metadata (bug #46).
  * input/vcd: Abort with an error upon > 64 channels (bug #194).
@@ -197,7 +197,7 @@ Note: This release DOES change the libsigrok API. That means it is NOT
    - Change various function/macro names related to the probe->channel rename.
    - Change various functions due to the new channel group feature.
    - All enums in the public API now have names (e.g. 'enum sr_mqflag').
-   - The lib no longer defineѕ names with _t suffix (POSIX reserved).
+   - The lib no longer defines names with _t suffix (POSIX reserved).
    - New API calls:
       - sr_session_dev_list()
       - sr_session_save_init()
index 11b54bf581b9cdb70dd41b57371c7d34a5545fc0..935f797280c7c2925e7c055cc87e8e874e4ac5db 100644 (file)
@@ -146,8 +146,8 @@ The following drivers/devices do not require a serial port specification:
  - zeroplus-logic-cube
 
 
-Specifiying serial port parameters
-----------------------------------
+Specifying serial port parameters
+---------------------------------
 
 Every serial device's driver has default serial port parameters like baud
 rate, number of data bits, stop bits and handshake status. If a device requires
index 16412a7fcad958e759c49f4290afce8b8348a8e1..7b4ca15bbe1410abdd06267819a539a5c8d9315c 100644 (file)
@@ -291,7 +291,7 @@ enum sr_unit {
        SR_UNIT_METER_SECOND,
        /** Pressure in hectopascal */
        SR_UNIT_HECTOPASCAL,
-       /** Relative humidity assuming air temperature of 293 kelvin (%rF). */
+       /** Relative humidity assuming air temperature of 293 Kelvin (%rF). */
        SR_UNIT_HUMIDITY_293K,
        /** Plane angle in 1/360th of a full circle. */
        SR_UNIT_DEGREE,
index f3101f8b34b88ce5bffc9078341bdd3e7c4c9d35..aa7746ef3be30d22c8d5f190784606ca11308a2e 100644 (file)
@@ -335,7 +335,7 @@ SR_PRIV gboolean sr_fs9721_packet_valid(const uint8_t *buf)
  *
  * @param buf Buffer containing the 14-byte protocol packet. Must not be NULL.
  * @param floatval Pointer to a float variable. That variable will contain the
- *                 result value upon parsing success. Mut not be NULL.
+ *                 result value upon parsing success. Must not be NULL.
  * @param analog Pointer to a struct sr_datafeed_analog. The struct will be
  *               filled with data according to the protocol packet.
  *               Must not be NULL.
index 044b4642705458d9c91b4b0c39b5a109a38a24dc..034c6c9ebf9679e1ea2dd9ba230b251ae1c97c3f 100644 (file)
@@ -102,7 +102,7 @@ SR_PRIV int ezusb_upload_firmware(libusb_device *dev, int configuration,
        }
 
 /*
- * The libusbx darwin backend is broken: it can report a kernel driver being
+ * The libusb Darwin backend is broken: it can report a kernel driver being
  * active, but detaching it always returns an error.
  */
 #if !defined(__APPLE__)
index 162b0b59894decc65f325277757c316e815ef5c4..56218051bd222bc030ba780080232885dfce1bae 100644 (file)
@@ -333,8 +333,8 @@ static int recv_conf_u123x(const struct sr_dev_inst *sdi, GMatchInfo *match)
        } else if (!strcmp(mstr, "MV")) {
                if (devc->mode_tempaux) {
                        devc->cur_mq = SR_MQ_TEMPERATURE;
-                       /* No way to detect whether Fahrenheit or Celcius
-                        * is used, so we'll just default to Celcius. */
+                       /* No way to detect whether Fahrenheit or Celsius
+                        * is used, so we'll just default to Celsius. */
                        devc->cur_unit = SR_UNIT_CELSIUS;
                devc->cur_mqflags = 0;
                devc->cur_divider = 0;
index 1ca841e9aade53c7dc960c3e407b4a5b07c71d48..23e388fc3985e0651abd0216cae1e1cacf9789dc 100644 (file)
@@ -605,12 +605,12 @@ static int upload_firmware(int firmware_idx, struct dev_context *devc)
        /* Prepare firmware. */
        ret = sigma_fw_2_bitbang(firmware, &buf, &buf_size);
        if (ret != SR_OK) {
-               sr_err("An error occured while reading the firmware: %s",
+               sr_err("An error occurred while reading the firmware: %s",
                       firmware);
                return ret;
        }
 
-       /* Upload firmare. */
+       /* Upload firmware. */
        sr_info("Uploading firmware file '%s'.", firmware);
        sigma_write(buf, buf_size, devc);
 
@@ -1080,7 +1080,7 @@ static int decode_chunk_ts(struct sigma_dram_line *dram_line,
                                             trigger_event);
                }
 
-               /* Find in which cluster the trigger occured. */
+               /* Find in which cluster the trigger occurred. */
                trigger_cluster = trigger_event / EVENTS_PER_CLUSTER;
        }
 
@@ -1365,7 +1365,7 @@ static int build_basic_trigger(struct triggerlut *lut, struct dev_context *devc)
 
        memset(lut, 0, sizeof(struct triggerlut));
 
-       /* Contant for simple triggers. */
+       /* Constant for simple triggers. */
        lut->m4 = 0xa000;
 
        /* Value/mask trigger support. */
index 4c9deff68bf480ddbf859fe8eb5c3bd747bad115..449357439642361a33a76457a45b0c5357e02321 100644 (file)
@@ -128,7 +128,7 @@ struct triggerlut {
        uint16_t m0d[4], m1d[4], m2d[4];
        uint16_t m3, m3s, m4;
 
-       /* Paramters should be sent as a single register write. */
+       /* Parameters should be sent as a single register write. */
        struct {
                uint8_t selc : 2;
                uint8_t selpresc : 6;
index 8f6724d50b79c53d94ca53ebfbf4a4766f9c7469..e3fea4c3a93f5d04a50bad8f2ce32a2357e730e2 100644 (file)
@@ -166,7 +166,7 @@ static void process_mset(const struct sr_dev_inst *sdi)
        case TOKEN_MEAS_RANGE_OK:
        case TOKEN_MEAS_RANGE_OVER:
        case TOKEN_MEAS_RANGE_UNDER:
-               /* Not useful, or not expressable in sigrok. */
+               /* Not useful, or not expressible in sigrok. */
                break;
        }
 
index c2f31a2032a9f6467e99988c67d261f9c7b94ac3..7dc4f6bc14652b4a7b48a9bed6c006bc7fa0dbb8 100644 (file)
@@ -371,7 +371,7 @@ SR_PRIV int cv_read_block(struct dev_context *devc)
                } while ((devc->done > now) && (bytes_read == 0));
        }
 
-       /* Check if block read was successful or a timeout occured. */
+       /* Check if block read was successful or a timeout occurred. */
        if (bytes_read != BS) {
                sr_err("Trigger timed out. Bytes read: %d.", bytes_read);
                (void) reset_device(devc); /* Ignore errors. */
index 36ead58901d517e8ed3fa306008d5e82966a4af4..63afcd106a67e54bd8a396c7224a0f5c8cd9ff52 100644 (file)
@@ -218,7 +218,7 @@ static void generate_analog_pattern(struct analog_gen *ag, uint64_t sample_rate)
                /* Make sure the number of samples we put out is an integer
                 * multiple of our period size */
                /* FIXME we actually need only one period. A ringbuffer would be
-                * usefull here.*/
+                * useful here. */
                while (num_samples % ANALOG_SAMPLES_PER_PERIOD != 0)
                        num_samples--;
 
index 6f96d504601c1a65f227b7d63853997dbba40b46..0c3b56f8b9840bd2e037bf073e5b03e1cb43587a 100644 (file)
@@ -257,7 +257,7 @@ static void decode_ctmv_18(uint8_t ctmv, struct dev_context *devc)
 /**
  * Decode range/sign/acdc byte special chars, Metrahit 18.
  *
- * @param[in] rs Rance/sign byte.
+ * @param[in] rs Range/sign byte.
  */
 static void decode_rs_18(uint8_t rs, struct dev_context *devc)
 {
index 3d0eab42f0618cf04095d8e9046f9755c3870fb5..5d20e9214e2cafbae09fc220fee3f390c69d4908 100644 (file)
@@ -95,7 +95,7 @@ struct dev_context {
        /* Operational state */
        gboolean settings_ok;   /**< Settings msg received yet. */
        int msg_type;       /**< Message type (MSGID_INF, ...). */
-       int msg_len;        /**< Message lengh (valid when msg, curr. type known).*/
+       int msg_len;        /**< Message length (valid when msg, curr. type known).*/
        int mq;             /**< Measured quantity */
        int unit;           /**< Measured unit */
        uint64_t mqflags;       /**< Measured quantity flags */
index 67efcf1a2489376982ffe6490040dcfa65aadc68..3fe2f57b0c4d70028a4c888493927da855d54379 100644 (file)
@@ -300,11 +300,11 @@ static int lascar_proc_config(const struct sr_dev_inst *sdi)
                devc->temp_unit = devc->config[0x2e] | (devc->config[0x2f] << 8);
                if (devc->temp_unit != 0 && devc->temp_unit != 1) {
                        sr_dbg("invalid temperature unit %d", devc->temp_unit);
-                       /* Default to Celcius, we're all adults here. */
+                       /* Default to Celsius, we're all adults here. */
                        devc->temp_unit = 0;
                } else
                        sr_dbg("temperature unit is %s", devc->temp_unit
-                                       ? "Fahrenheit" : "Celcius");
+                                       ? "Fahrenheit" : "Celsius");
                break;
        case LOG_CO:
                devc->sample_size = 2;
index 484ab0fc622f22288d582d6b28e21d7beec8d5ee..9e20edc68e3618ee99949670d332967a8ffcbeb2 100644 (file)
@@ -66,7 +66,7 @@ static libusb_device_handle *lascar_open(struct libusb_device *dev)
        }
 
        /* Some of these fail, but it needs doing -- some sort of mode
-        * setup for the SILabs F32x. */
+        * setup for the SiLabs F32x. */
        libusb_control_transfer(dev_hdl, LIBUSB_REQUEST_TYPE_VENDOR,
                        0x00, 0xffff, 0x00, NULL, 0, 50);
        libusb_control_transfer(dev_hdl, LIBUSB_REQUEST_TYPE_VENDOR,
@@ -410,9 +410,9 @@ static void lascar_el_usb_dispatch(struct sr_dev_inst *sdi, unsigned char *buf,
                if (!(rh = g_try_malloc(sizeof(float) * samples)))
                        break;
                for (i = 0, j = 0; i < samples; i++) {
-                       /* Both Celcius and Fahrenheit stored at base -40. */
+                       /* Both Celsius and Fahrenheit stored at base -40. */
                        if (devc->temp_unit == 0)
-                               /* Celcius is stored in half-degree increments. */
+                               /* Celsius is stored in half-degree increments. */
                                temp[j] = buf[i * 2] / 2 - 40;
                        else
                                temp[j] = buf[i * 2] - 40;
index d3fb81936f83ec71489e1f9a5f52f5580783a81a..8c184ca4a696c95918510f420b7da744a8f433f3 100644 (file)
@@ -39,7 +39,7 @@ static const uint32_t scanopts[] = {
 static const uint32_t devopts[] = {
        /* Device class */
        SR_CONF_POWER_SUPPLY,
-       /* Aquisition modes. */
+       /* Acquisition modes. */
        SR_CONF_CONTINUOUS,
        SR_CONF_LIMIT_SAMPLES | SR_CONF_GET | SR_CONF_SET,
        SR_CONF_LIMIT_MSEC | SR_CONF_GET | SR_CONF_SET,
index e903537728c2bdca03c08b599182ec59e307f81f..92e10ce29354b0ae0b6aa3afcdb870c0dd9bbb1c 100644 (file)
@@ -66,7 +66,7 @@ struct hcs_model {
 
 /** Private, per-device-instance driver context. */
 struct dev_context {
-       const struct hcs_model *model; /**< Model informaion. */
+       const struct hcs_model *model; /**< Model information. */
 
        uint64_t limit_samples;
        uint64_t limit_msec;
index 203446f57d05db95353d37007699bead5a9a8fd2..ff4b9e21599d7b78a46ce8ba76212077cd1faed4 100644 (file)
@@ -59,7 +59,7 @@ static const uint32_t scanopts[] = {
 static const uint32_t devopts[] = {
        /* Device class */
        SR_CONF_POWER_SUPPLY,
-       /* Aquisition modes. */
+       /* Acquisition modes. */
        SR_CONF_CONTINUOUS,
        SR_CONF_LIMIT_SAMPLES | SR_CONF_GET | SR_CONF_SET,
        SR_CONF_LIMIT_MSEC | SR_CONF_GET | SR_CONF_SET,
@@ -444,7 +444,7 @@ static GSList *do_scan(lps_modelid modelid, struct sr_dev_driver *drv, GSList *o
                g_strstrip(buf);
                verstr = buf + 4;
        }
-       else  /* Bug in device FW 1.17: Quering version string fails while output is active.
+       else  /* Bug in device FW 1.17: Querying version string fails while output is active.
                Therefore just print an error message, but do not exit with error. */
                sr_err("Failed to query for hardware version: %d %s", errno, strerror(errno));
 
index ad7fc07004b6a4af31047b9277d8d5a3515347ac..94eeb67e0fe37bf6c81de08fb34dd8d9c21e9cb4 100644 (file)
@@ -98,7 +98,7 @@ struct dev_context {
        const struct lps_modelspec* model;
 
        /* Acquisition status */
-       gboolean acq_running;           /**< Aquisition is running. */
+       gboolean acq_running;           /**< Acquisition is running. */
        uint64_t limit_samples;         /**< Target number of samples */
        uint64_t limit_msec;            /**< Target sampling time */
        acquisition_req acq_req;        /**< Current request. */
index e8270593428403c1360acb0935d9d1036882cce6..28f733c60ff5605570c213c22aaa64f51a7e82ad 100644 (file)
@@ -317,7 +317,7 @@ static void nma_process_line(const struct sr_dev_inst *sdi)
                sr_warn("Low battery, measurement quality degraded!");
        }
        /* 0x08: SCALED */
-       /* 0x04: RATE (=lower resolution, allows higher rata rate up to 10/s. */
+       /* 0x04: RATE (=lower resolution, allows higher data rate up to 10/s. */
        /* 0x02: Current clamp */
        if (flags & 0x01) { /* dB */
                /*
index 9037d19fd8e3a272631f2b9c93fcd493aa051c25..1aa345c1d9c357e59ac5443f3f73d5c2256f7a69 100644 (file)
@@ -226,7 +226,7 @@ SR_PRIV struct sr_dev_inst *get_metadata(struct sr_serial_dev_inst *serial)
                                /* what is this for? */
                                break;
                        case 0x03:
-                               /* Maximum sample rate (hz) */
+                               /* Maximum sample rate (Hz) */
                                devc->max_samplerate = tmp_int;
                                break;
                        case 0x04:
index 5b0bcfb9e4ae5c2061662ffa25ac278359a0e000..c9e4e5d8bdbb076dfdc0706f87e10eeb1201d72e 100644 (file)
@@ -299,7 +299,7 @@ SR_PRIV struct sr_dev_inst *p_ols_get_metadata(uint8_t *buf, int bytes_read, str
                                /* what is this for? */
                                break;
                        case 0x03:
-                               /* Maximum sample rate (hz) */
+                               /* Maximum sample rate (Hz) */
                                devc->max_samplerate = tmp_int;
                                break;
                        case 0x04:
index 91cb32313a1bacfadb393eddefe8f42a5e4132aa..c8434049a738e6736e2869e8a3a4aa0fd19ecfa5 100644 (file)
@@ -350,7 +350,7 @@ static void issue_stop_capture(const struct sr_dev_inst *sdi)
        }
 }
 
-/* Decode an incoming capture status reponse and act on it as appropriate.
+/* Decode an incoming capture status response and act on it as appropriate.
  * Note that this function changes the device state.
  */
 static void process_capture_status(const struct sr_dev_inst *sdi)
index a48d4556f82cc93c15c3860236ad638015fe90ad..eb6cef3d17253aace0003ad50a6c77b1db5edac2 100644 (file)
@@ -207,10 +207,10 @@ struct dev_context {
        /** The samplerate selected by the user. */
        uint64_t samplerate;
 
-       /** The maximimum sampling duration, in milliseconds. */
+       /** The maximum sampling duration, in milliseconds. */
        uint64_t limit_msec;
 
-       /** The maximimum number of samples to acquire. */
+       /** The maximum number of samples to acquire. */
        uint64_t limit_samples;
 
        /** Channels to use. */
index d2b96e1f5c8c8ad58fbbf6ab9a81abfd2e55bbfd..96ca0200312fd12a46ecf6b618dd99241fd0fd5a 100644 (file)
@@ -81,9 +81,8 @@ static void teleinfo_send_value(struct sr_dev_inst *sdi, const char *channel_nam
        g_slist_free(analog.channels);
 }
 
-static void teleinfo_handle_mesurement(struct sr_dev_inst *sdi,
-                                       const char *label, const char *data,
-                                       char *optarif)
+static void teleinfo_handle_measurement(struct sr_dev_inst *sdi,
+               const char *label, const char *data, char *optarif)
 {
        struct dev_context *devc;
        int v = atoi(data);
@@ -135,7 +134,7 @@ static gboolean teleinfo_parse_group(struct sr_dev_inst *sdi,
                return FALSE;
        if (!teleinfo_control_check(label, data, control))
                return FALSE;
-       teleinfo_handle_mesurement(sdi, label, data, optarif);
+       teleinfo_handle_measurement(sdi, label, data, optarif);
        return TRUE;
 }
 
index f95c50eba16e69ced766a583b762c0b6974c1a32..303305e7a66cf67480db0133630d051097ea3595 100644 (file)
@@ -45,7 +45,7 @@ struct dev_context {
        void *session_cb_data;    /**< Opaque pointer passed in by the frontend. */
 
        /* Operational state */
-       enum optarif optarif;     /**< The device mode (which mesures are reported) */
+       enum optarif optarif;     /**< The device mode (which measures are reported) */
        uint64_t num_samples;     /**< The number of already received samples. */
        int64_t start_time;       /**< The time at which sampling started. */
 
index 4d963afb0c0cf8ff274283df557f410c51b798f9..b1ebf8a19e6d84aa8537ffbc6d02259e4159a0d2 100644 (file)
@@ -121,7 +121,7 @@ static int dev_open(struct sr_dev_inst *sdi)
                return SR_ERR;
 
 /*
- * The libusbx 1.0.9 darwin backend is broken: it can report a kernel
+ * The libusb 1.0.9 Darwin backend is broken: it can report a kernel
  * driver being active, but detaching it always returns an error.
  */
 #if !defined(__APPLE__)
index 975bfcb8fdd1f79ba049e1d10e646dd33a7063d1..c3cd244ccd22fe4d15f06ab843d38c495e3f2905 100644 (file)
@@ -1001,7 +1001,7 @@ SR_PRIV int dlm_data_receive(int fd, int revents, void *cb_data)
                devc->current_channel = devc->current_channel->next;
 
        if (dlm_channel_data_request(sdi) != SR_OK) {
-               sr_err("Failed to request aquisition data.");
+               sr_err("Failed to request acquisition data.");
                goto fail;
        }
 
index 71fc79a9a6c69e9a710775f8854e57b7d3e54141..f3f6a0269f1b63c02a0db48f39223a32a7a52781 100644 (file)
@@ -402,7 +402,7 @@ struct sr_output_module {
        int (*init) (struct sr_output *o, GHashTable *options);
 
        /**
-        * This function is passed a copy of every packed in the data feed.
+        * This function is passed a copy of every packet in the data feed.
         * Any output generated by the output module in response to the
         * packet should be returned in a newly allocated GString
         * <code>out</code>, which will be freed by the caller.
index e42b96a0ebce3d9d2988c56fd28cbd52ed68997e..6d33b3bf9f9e543dbed815cccae6a5ad8ec77b1d 100644 (file)
@@ -744,7 +744,7 @@ SR_PRIV int serial_stream_detect(struct sr_serial_dev_inst *serial,
  * Extract the serial device and options from the options linked list.
  *
  * @param options List of options passed from the command line.
- * @param serial_device Pointer where to store the exctracted serial device.
+ * @param serial_device Pointer where to store the extracted serial device.
  * @param serial_options Pointer where to store the optional extracted serial
  * options.
  *
index ce72a9b0241b71d4795babb50a2dfece6944012d..765a20c451471b1266be4103544ad77f0979c1d1 100644 (file)
@@ -371,7 +371,7 @@ SR_API int sr_session_trigger_set(struct sr_session *session, struct sr_trigger
  *              of file descriptor or timeout status.
  *
  * @retval SR_OK Success.
- * @retval SR_ERR Error occured.
+ * @retval SR_ERR Error occurred.
  */
 static int sr_session_iteration(struct sr_session *session, gboolean block)
 {