From: mglocker Date: Sat, 2 Aug 2008 08:51:25 +0000 (+0000) Subject: Fix typo. Reported by Maxim Belooussov. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=66a751566be9780dd0292ebadebdb3e394617e84;p=openbsd Fix typo. Reported by Maxim Belooussov. --- diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c index 259f672f40b..7230049724f 100644 --- a/sys/dev/usb/uvideo.c +++ b/sys/dev/usb/uvideo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvideo.c,v 1.68 2008/08/01 12:16:52 mglocker Exp $ */ +/* $OpenBSD: uvideo.c,v 1.69 2008/08/02 08:51:25 mglocker Exp $ */ /* * Copyright (c) 2008 Robert Nagy @@ -2047,7 +2047,7 @@ uvideo_debug_file_open(struct uvideo_softc *sc) NDINIT(&nd, LOOKUP, NOFOLLOW, UIO_SYSSPACE, name, p); error = vn_open(&nd, O_CREAT | FWRITE | O_NOFOLLOW, S_IRUSR | S_IWUSR); if (error) { - DPRINTF(1, "%s: %s: can't creat debug file %s!\n", + DPRINTF(1, "%s: %s: can't create debug file %s!\n", DEVNAME(sc), __func__, name); return (error); }