diff --git a/libnfc/additional-pages.dox b/libnfc/additional-pages.dox
index 658f352..339f845 100644
--- a/libnfc/additional-pages.dox
+++ b/libnfc/additional-pages.dox
@@ -4,7 +4,7 @@
* @section intro_sec Introduction
* This is the developer manual for \b libnfc.
* libnfc is an open source library that allows you to communicate with NFC devices. For more info, see the
- * libusb homepage.
+ * libnfc homepage.
*
* @section quick_start_sec Quick start
* If you are looking for libnfc's public API, you should start with the Modules page which links to the different categories of libnfc's functionality.
@@ -17,7 +17,7 @@
*
* \section errorhandling Error handling
*
- * libusb functions typically return 0 or more on success or a negative error code
+ * libnfc functions typically return 0 or more on success or a negative error code
* on failure. These negative error codes relate to LIBNFC_ERROR constants
* which are listed on the \ref error "Error reporting" documentation page.
*