perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set
[linux-2.6-microblaze.git] / block / elevator.c
index 4eab3d7..90ed7a2 100644 (file)
@@ -95,8 +95,8 @@ static inline bool elv_support_features(unsigned int elv_features,
  * @name: Elevator name to test
  * @required_features: Features that the elevator must provide
  *
- * Return true is the elevator @e name matches @name and if @e provides all the
- * the feratures spcified by @required_features.
+ * Return true if the elevator @e name matches @name and if @e provides all
+ * the features specified by @required_features.
  */
 static bool elevator_match(const struct elevator_type *e, const char *name,
                           unsigned int required_features)