From c7fe1f466e8bfcac0c9169c741710c76807a11ba Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Fri, 9 Mar 2012 19:25:44 +0100 Subject: [PATCH] Tweak mdb comment with conflicting spec of 'ID' --- libraries/libmdb/midl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/libmdb/midl.h b/libraries/libmdb/midl.h index 87c8768031..beafb097c0 100644 --- a/libraries/libmdb/midl.h +++ b/libraries/libmdb/midl.h @@ -36,8 +36,7 @@ * @{ */ /** A generic ID number. These were entryIDs in back-bdb. - * It should be the largest integer type supported on a machine. - * It should be equal to the size of a pointer. + * Preferably it should have the same size as a pointer. */ typedef size_t ID; -- 2.39.5