summaryrefslogtreecommitdiffstats
path: root/pnor_partition_table.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'pnor_partition_table.hpp')
-rw-r--r--pnor_partition_table.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pnor_partition_table.hpp b/pnor_partition_table.hpp
index 662fb76..1cabe23 100644
--- a/pnor_partition_table.hpp
+++ b/pnor_partition_table.hpp
@@ -134,8 +134,8 @@ class Table
*
* @param[in] offset - PNOR offset in bytes
*
- * @returns const reference to pnor_partition, if found, else a
- * reference to a zeroed out pnor_partition structure.
+ * @returns const reference to pnor_partition, if found, else an
+ * exception will be thrown.
*/
const pnor_partition& partition(size_t offset) const;
OpenPOWER on IntegriCloud