Skip to content

Commit 6f325db

Browse files
Brian Staffordjaikiran
authored andcommitted
8310915: Typo in aarch64.ad: "envcodings"
Reviewed-by: thartmann
1 parent ae9f318 commit 6f325db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/aarch64/aarch64.ad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3360,7 +3360,7 @@ encode %{
33603360
}
33613361
%}
33623362

3363-
/// mov envcodings
3363+
// mov encodings
33643364

33653365
enc_class aarch64_enc_movw_imm(iRegI dst, immI src) %{
33663366
uint32_t con = (uint32_t)$src$$constant;

0 commit comments

Comments
 (0)