summaryrefslogtreecommitdiff
path: root/vcl/README
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/README')
-rw-r--r--vcl/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README b/vcl/README
index 04a8e4ad1629..94367de8fbcf 100644
--- a/vcl/README
+++ b/vcl/README
@@ -55,7 +55,7 @@ unx/
How the platform abstraction works
+ InitVCL calls 'CreateSalInstance'
- + ths is implemented by the compiled-in platform backend
+ + this is implemented by the compiled-in platform backend
+ it stores various bits of global state in the
'SalData' (inc/saldatabasic.hxx) structure but:
+ the SalInstance vtable is the primary outward facing gateway