Fix various typos in documentation, comments and debug strings. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Acked-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-14-philmd@redhat.com>
17 lines
429 B
Plaintext
17 lines
429 B
Plaintext
// /** @file
|
|
// PS2 Mouse Driver.
|
|
//
|
|
// This driver provides support for PS2 based mice.
|
|
//
|
|
// Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "PS2 Mouse Driver"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "This driver provides support for PS2-based mice."
|
|
|