summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/rsmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/rsmisc.c')
-rw-r--r--sys/contrib/dev/acpica/rsmisc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/rsmisc.c b/sys/contrib/dev/acpica/rsmisc.c
index 54d8656..830991d 100644
--- a/sys/contrib/dev/acpica/rsmisc.c
+++ b/sys/contrib/dev/acpica/rsmisc.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: rsmisc - Miscellaneous resource descriptors
- * $Revision: 15 $
+ * $Revision: 16 $
*
******************************************************************************/
@@ -284,7 +284,7 @@ AcpiRsVendorResource (
{
/*
* Large Item
- * Point to the length field
+ * Point to the length field
*/
Buffer += 1;
@@ -305,7 +305,7 @@ AcpiRsVendorResource (
{
/*
* Small Item
- * Dereference the size
+ * Dereference the size
*/
Temp16 = (UINT8)(*Buffer & 0x07);
OpenPOWER on IntegriCloud