From a3321f687bfb0448d7001d593b369a9f9c644f13 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 26 Sep 2011 21:36:32 +0200 Subject: [PATCH] libudev: fix typo in documentation --- Makefile.am | 2 +- libudev/libudev-device.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 534756903..37bd2d69d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,7 @@ dist_libexec_SCRIPTS = # libudev # ------------------------------------------------------------------------------ LIBUDEV_CURRENT=12 -LIBUDEV_REVISION=1 +LIBUDEV_REVISION=2 LIBUDEV_AGE=12 SUBDIRS += libudev/docs diff --git a/libudev/libudev-device.c b/libudev/libudev-device.c index 991398c76..1024b4680 100644 --- a/libudev/libudev-device.c +++ b/libudev/libudev-device.c @@ -92,7 +92,7 @@ struct udev_device { }; /** - * udev_device_get_devnum: + * udev_device_get_seqnum: * @udev_device: udev device * * This is only valid if the device was received through a monitor. Devices read from -- 2.30.2