summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/firebird/Blob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/Blob.hxx')
-rw-r--r--connectivity/source/drivers/firebird/Blob.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/firebird/Blob.hxx b/connectivity/source/drivers/firebird/Blob.hxx
index 5a1982a9be6f..40617462f94b 100644
--- a/connectivity/source/drivers/firebird/Blob.hxx
+++ b/connectivity/source/drivers/firebird/Blob.hxx
@@ -34,7 +34,7 @@ namespace connectivity
isc_db_handle* m_pDatabaseHandle;
isc_tr_handle* m_pTransactionHandle;
// We store our own copy of the blob id as typically the statement
- // manages it's own blob id, and blobs are independent of a statement
+ // manages its own blob id, and blobs are independent of a statement
// in firebird.
ISC_QUAD m_blobID;
isc_blob_handle m_blobHandle;
@@ -123,4 +123,4 @@ namespace connectivity
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_BLOB_HXX
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */