summaryrefslogtreecommitdiff
path: root/admin/notes/java
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/java')
-rw-r--r--admin/notes/java2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/java b/admin/notes/java
index 891096cd406..e10f09f780f 100644
--- a/admin/notes/java
+++ b/admin/notes/java
@@ -445,7 +445,7 @@ loaded by the special invocation:
where ``static'' defines a section of code which will be run upon the
object (containing class) being loaded. This is like:
- __attribute__((constructor))
+ __attribute__ ((constructor))
on systems where shared object constructors are supported.