diff --git a/MsiInterop.cs b/MsiInterop.cs
index 8e83f65..9ccbfd5 100644
--- a/MsiInterop.cs
+++ b/MsiInterop.cs
@@ -3334,7 +3334,7 @@ extern static public MsiError MsiGetTargetPath(Int32 install, string folder,
/// The MsiOpenDatabase function opens a database file for data access. This function returns a handle that should be closed using .
/// Specifies the full path or relative path to the database file.
- /// Receives the full path to the file or the persistence mode. You can use one of the constants from .
+ /// Receives the full path to the file or the persistence mode. You can use one of the constants from .
/// Pointer to the location of the returned database handle.
///
///