9fc0f6
From 9d175ba1edccb9e7e1d9d2994c3c074f43ea2539 Mon Sep 17 00:00:00 2001
9fc0f6
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
9fc0f6
Date: Sat, 30 Nov 2013 20:27:54 -0500
9fc0f6
Subject: [PATCH] docs: remove unneeded the's in gudev docs
9fc0f6
9fc0f6
https://bugs.freedesktop.org/show_bug.cgi?id=72164
9fc0f6
---
9fc0f6
 src/libudev/libudev-device.c | 10 ++++------
9fc0f6
 1 file changed, 4 insertions(+), 6 deletions(-)
9fc0f6
9fc0f6
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c
9fc0f6
index a644904..161181a 100644
9fc0f6
--- a/src/libudev/libudev-device.c
9fc0f6
+++ b/src/libudev/libudev-device.c
9fc0f6
@@ -980,9 +980,8 @@ static struct udev_device *device_new_from_parent(struct udev_device *udev_devic
9fc0f6
  * Find the next parent device, and fill in information from the sys
9fc0f6
  * device and the udev database entry.
9fc0f6
  *
9fc0f6
- * The returned the device is not referenced. It is attached to the
9fc0f6
- * child device, and will be cleaned up when the child device
9fc0f6
- * is cleaned up.
9fc0f6
+ * Returned device is not referenced. It is attached to the child
9fc0f6
+ * device, and will be cleaned up when the child device is cleaned up.
9fc0f6
  *
9fc0f6
  * It is not necessarily just the upper level directory, empty or not
9fc0f6
  * recognized sys directories are ignored.
9fc0f6
@@ -1016,9 +1015,8 @@ _public_ struct udev_device *udev_device_get_parent(struct udev_device *udev_dev
9fc0f6
  * If devtype is #NULL, only subsystem is checked, and any devtype will
9fc0f6
  * match.
9fc0f6
  *
9fc0f6
- * The returned the device is not referenced. It is attached to the
9fc0f6
- * child device, and will be cleaned up when the child device
9fc0f6
- * is cleaned up.
9fc0f6
+ * Returned device is not referenced. It is attached to the child
9fc0f6
+ * device, and will be cleaned up when the child device is cleaned up.
9fc0f6
  *
9fc0f6
  * It can be called as many times as needed, without caring about
9fc0f6
  * references.