]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/acpica/acmacros.h
Merge branch 'linus' into release
[linux-2.6-omap-h63xx.git] / drivers / acpi / acpica / acmacros.h
index c57286a3acebb46c54728118db4bcf24f0688aeb..9c127e8e2d6da313d53ac1175cb9c3bdf08a5a9e 100644 (file)
 #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.