Skip to content

Commit 81c5380

Browse files
committed
fixed typo in javadoc
1 parent ca85cbc commit 81c5380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/capi/ExternalFunctionNodes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2022, 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
@@ -1919,7 +1919,7 @@ private static void checkFunctionResult(Node node, String name, boolean indicate
19191919
*
19201920
* @param node The processing node (needed for the source location if a {@code SystemError}
19211921
* is raised).
1922-
* @param name The name of the funciton (used for the error message).
1922+
* @param name The name of the function (used for the error message).
19231923
* @param indicatesError {@code true} if the function results indicates an error (e.g.
19241924
* {@code NULL} if the return type is a pointer or {@code -1} if the return type
19251925
* is an int).

0 commit comments

Comments
 (0)