diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-12-03 13:31:27 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-12-03 13:31:27 +0100 |
commit | 79ef2e97d96ca0dbb9a06fa410f126ccfe638841 (patch) | |
tree | 964e487384845165fc71afca75afb907a8d8fbf1 /libudev/libudev-device.c | |
parent | 54d4f54e852cfe91246b8519e8daf48c52a3afa0 (diff) |
libudev: doc - use #NULL
Diffstat (limited to 'libudev/libudev-device.c')
-rw-r--r-- | libudev/libudev-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libudev/libudev-device.c b/libudev/libudev-device.c index 4717b582b3..add1c99ec0 100644 --- a/libudev/libudev-device.c +++ b/libudev/libudev-device.c @@ -577,7 +577,7 @@ struct udev_device *udev_device_get_parent(struct udev_device *udev_device) * value, and fill in information from the sys device and the udev * database entry. * - * If devtype is NULL, only subsystem is checked, and any devtype will + * If devtype is #NULL, only subsystem is checked, and any devtype will * match. * * The returned the device is not referenced. It is attached to the |