Fix common misspellings
[deliverable/linux.git] / drivers / staging / hv / hv_api.h
index 7114fceab21e70cdff372ab42889a3d92f97ee73..43a722888dc4f88247d561de2be90dceb6571f8c 100644 (file)
@@ -53,14 +53,14 @@ struct hv_guid {
 
 /*
  * HV_STATUS_INVALID_ALIGNMENT
- * The hypervisor could not perform the operation beacuse a parameter has an
+ * The hypervisor could not perform the operation because a parameter has an
  * invalid alignment.
  */
 #define HV_STATUS_INVALID_ALIGNMENT                    ((u16)0x0004)
 
 /*
  * HV_STATUS_INVALID_PARAMETER
- * The hypervisor could not perform the operation beacuse an invalid parameter
+ * The hypervisor could not perform the operation because an invalid parameter
  * was specified.
  */
 #define HV_STATUS_INVALID_PARAMETER                    ((u16)0x0005)
This page took 0.02401 seconds and 5 git commands to generate.