Skip to content

Commit 766ee0d

Browse files
committed
Fix typo.
1 parent d855bd7 commit 766ee0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/spi/ArrayLengthProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2012, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@ enum FindLengthMode {
4444
*
4545
* Values that are defined inside a loop and flow out the loop need to be proxied by
4646
* {@link ValueProxyNode}. When this mode is used, new necessary proxy nodes are created
47-
* base on the proxies that were found while traversing the path to the length node. In
47+
* based on the proxies that were found while traversing the path to the length node. In
4848
* addition, new {@link ValuePhiNode phi nodes} can be created. The caller is responsible
4949
* for adding these nodes to the graph, i.e., the return value can be a node that is not yet
5050
* added to the graph.

0 commit comments

Comments
 (0)