summaryrefslogtreecommitdiff
path: root/libgps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-28 03:44:33 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-28 03:44:33 -0400
commitaf7ae8196bdb7fa2f4319b10c316f60323a43b8d (patch)
tree7ff2700d21743d9394de1d1201f93cbc417b8b0b /libgps.h
parent45b6da360af526817cba737bc3b13ad6e24ee26b (diff)
downloadgpsd-af7ae8196bdb7fa2f4319b10c316f60323a43b8d.tar.gz
Avoid a name collision.
Diffstat (limited to 'libgps.h')
-rw-r--r--libgps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgps.h b/libgps.h
index 17dc73ea..c059b9c8 100644
--- a/libgps.h
+++ b/libgps.h
@@ -8,7 +8,7 @@
/*
* first member of each kind of privdata structure must be named
- * 'export' and must be of this time. It's how we do runtime
+ * 'export_type' and must be of this time. It's how we do runtime
* dispatch to the different transports.
*/
enum export_t {sockets, shm, dbus};