Whamcloud - gitweb
LU-5710 corrected some typos and grammar errors
[fs/lustre-release.git] / lustre / include / lustre / lustreapi.h
index 6d2d512..f62ec17 100644 (file)
@@ -331,9 +331,9 @@ extern int llapi_swap_layouts(const char *path1, const char *path2,
 /* Changelog interface.  priv is private state, managed internally by these
  * functions */
 
-/* Records received are in extentded format now, though most of them are still
+/* Records received are in extended format now, though most of them are still
  * written in disk in changelog_rec format (to save space and time), it's
- * converted to extented format in the lustre api to ease changelog analysis. */
+ * converted to extended format in the lustre api to ease changelog analysis. */
 #define HAVE_CHANGELOG_EXTEND_REC 1
 
 extern int llapi_changelog_start(void **priv, enum changelog_send_flag flags,