From owner-cvs-src@FreeBSD.ORG Mon Sep 8 06:29:45 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC738106566C; Mon, 8 Sep 2008 06:29:45 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 80D928FC08; Mon, 8 Sep 2008 06:29:45 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m886TjwM007290; Mon, 8 Sep 2008 06:29:45 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m886TjTJ007289; Mon, 8 Sep 2008 06:29:45 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200809080629.m886TjTJ007289@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Mon, 8 Sep 2008 06:29:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpi_support acpi_fujitsu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2008 06:29:45 -0000 ed 2008-09-08 06:29:24 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_fujitsu.c Log: SVN rev 182864 on 2008-09-08 06:29:24Z by ed Fix a typo in a comment in the ACPI Fujitsu driver. The word "hotkys" should read "hotkeys". Submitted by: Jille Timmermans Revision Changes Path 1.6 +1 -1 src/sys/dev/acpi_support/acpi_fujitsu.c