aboutsummaryrefslogtreecommitdiff
path: root/offload/liboffload/API/Common.td
diff options
context:
space:
mode:
Diffstat (limited to 'offload/liboffload/API/Common.td')
-rw-r--r--offload/liboffload/API/Common.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/offload/liboffload/API/Common.td b/offload/liboffload/API/Common.td
index ac27d85..b472236 100644
--- a/offload/liboffload/API/Common.td
+++ b/offload/liboffload/API/Common.td
@@ -140,9 +140,10 @@ def ol_dimensions_t : Struct {
}
def olInit : Function {
- let desc = "Perform initialization of the Offload library and plugins";
+ let desc = "Perform initialization of the Offload library";
let details = [
"This must be the first API call made by a user of the Offload library",
+ "The underlying platforms are lazily initialized on their first use"
"Each call will increment an internal reference count that is decremented by `olShutDown`"
];
let params = [];