]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/sysclk-lwla/protocol.h
Fix a bunch of typos.
[libsigrok.git] / src / hardware / sysclk-lwla / protocol.h
index 1e353ad6a36b9d4344d98c0f737da8e922ecabc7..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. */
@@ -260,4 +260,4 @@ SR_PRIV int lwla_abort_acquisition(const struct sr_dev_inst *sdi);
 
 SR_PRIV int lwla_receive_data(int fd, int revents, void *cb_data);
 
-#endif /* !LIBSIGROK_HARDWARE_SYSCLK_LWLA_PROTOCOL_H */
+#endif