X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Facpi%2Facpica%2Facmacros.h;h=9c127e8e2d6da313d53ac1175cb9c3bdf08a5a9e;hb=b2576e1d4408e134e2188c967b1f28af39cd79d4;hp=c57286a3acebb46c54728118db4bcf24f0688aeb;hpb=3cc8a5f4ba91f67bbdb81a43a99281a26aab8d77;p=linux-2.6-omap-h63xx.git diff --git a/drivers/acpi/acpica/acmacros.h b/drivers/acpi/acpica/acmacros.h index c57286a3ace..9c127e8e2d6 100644 --- a/drivers/acpi/acpica/acmacros.h +++ b/drivers/acpi/acpica/acmacros.h @@ -283,8 +283,8 @@ #define ACPI_INSERT_BITS(target, mask, source) target = ((target & (~(mask))) | (source & mask)) /* - * An struct acpi_namespace_node can appear in some contexts - * where a pointer to an union acpi_operand_object can also + * A struct acpi_namespace_node can appear in some contexts + * where a pointer to a union acpi_operand_object can also * appear. This macro is used to distinguish them. * * The "Descriptor" field is the first field in both structures.