]> sigrok.org Git - libsigrok.git/blobdiff - src/drivers.c
Remove some unneeded double-spaces.
[libsigrok.git] / src / drivers.c
index d2763414acb8ae79f389ca519989f3d1332a62da..c6165b6360c71778b63b5ffcf7b656a6b06a72a2 100644 (file)
@@ -27,7 +27,7 @@
  * sr_driver_list is a special section contains pointers to all the hardware
  * drivers built into the library. The __start and __stop symbols are
  * auto-generated by the linker (OSX needs a little help) and point to the start
- * and end of the section.  They are used to iterate over the list of all
+ * and end of the section. They are used to iterate over the list of all
  * drivers.
  */
 #ifdef __APPLE__