X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdrivers.c;h=c6165b6360c71778b63b5ffcf7b656a6b06a72a2;hb=1d82f9ade3f1a38991b9be629ed1c1ef7eebac43;hp=d2763414acb8ae79f389ca519989f3d1332a62da;hpb=bf85ea2110f5fc798841b7d912ad6d961c28d6b3;p=libsigrok.git diff --git a/src/drivers.c b/src/drivers.c index d2763414..c6165b63 100644 --- a/src/drivers.c +++ b/src/drivers.c @@ -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__