diff --git a/src/Orchard/ContentManagement/IContentManager.cs b/src/Orchard/ContentManagement/IContentManager.cs
index 34e13fa49..3c36b0e5b 100644
--- a/src/Orchard/ContentManagement/IContentManager.cs
+++ b/src/Orchard/ContentManagement/IContentManager.cs
@@ -23,13 +23,13 @@ namespace Orchard.ContentManagement {
///
/// Creates (persists) a new content item
///
- /// The content item instance filled with all necessary data
+ /// The content instance filled with all necessary data
void Create(IContent content);
///
/// Creates (persists) a new content item with the specified version
///
- /// The content item instance filled with all necessary data
+ /// The content instance filled with all necessary data
/// The version to create the item with
void Create(IContent content, VersionOptions options);