This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / acpi / amlresrc.h
index 89a52dd..b28b690 100644 (file)
@@ -99,7 +99,7 @@ struct asl_resource_node
 /*
  * Resource descriptors defined in the ACPI specification.
  *
- * Packing/alignment must be BYTE because these descriptors
+ * Alignment must be BYTE because these descriptors
  * are used to overlay the AML byte stream.
  */
 #pragma pack(1)
@@ -297,7 +297,7 @@ struct asl_general_register_desc
 
 #pragma pack()
 
-/* Union of all resource descriptors, so we can allocate the worst case */
+/* Union of all resource descriptors, sow we can allocate the worst case */
 
 union asl_resource_desc
 {