Trivial change to a comment (only committed so that I can merge)

This commit is contained in:
Gregory Nutt
2016-07-24 07:39:27 -06:00
parent 1d8a1bd901
commit fe678cf351
+1 -1
View File
@@ -120,7 +120,7 @@ struct gpio_dev_s
FAR const struct gpio_operations_s *gp_ops;
/* Device specific information may follow */
/* Device specific, lower-half information may follow */
};
/****************************************************************************