Skip to content

Commit 76c0d49

Browse files
committed
Fix typo.
1 parent 0c4f0ae commit 76c0d49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

truffle/src/com.oracle.truffle.api.library/src/com/oracle/truffle/api/library/GenerateLibrary.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0
@@ -89,7 +89,7 @@
8989
* receiver types of third parties or the JDK. For example the Truffle interop library has default
9090
* exports for most {@link Number} types, {@link String} and {@link Boolean} type.
9191
* <p>
92-
* In order to enable AOT generation for a a library annotate the class with {@link GenerateAOT} and
92+
* In order to enable AOT generation for a library annotate the class with {@link GenerateAOT} and
9393
* enable exports to be used for AOT by setting {@link ExportLibrary#useForAOT()} to
9494
* <code>true</code>.
9595
*
@@ -326,7 +326,7 @@
326326
boolean defaultExportLookupEnabled() default false;
327327

328328
/**
329-
* Allows the use of {@link DynamicDispatchLibrary} with this library. By default dynamic
329+
* Allows the use of {@link DynamicDispatchLibrary} with this library. By default, dynamic
330330
* dispatch is enabled. If this flag is set to <code>false</code> then the
331331
* {@link DynamicDispatchLibrary#dispatch(Object) dispatch} method will not be used for this
332332
* library. Only default exports and exports declared with the receiver type will be used

0 commit comments

Comments
 (0)