File 0952-Fixed-comment-typo.patch of Package erlang
From d0a6f460b45b2ffed85013eda011004e9021c969 Mon Sep 17 00:00:00 2001 From: Dominic Letz <dominic.letz@berlin.de> Date: Mon, 16 Dec 2019 14:15:48 +0100 Subject: [PATCH] Fixed comment typo --- erts/emulator/beam/beam_emu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/emulator/beam/beam_emu.c b/erts/emulator/beam/beam_emu.c index cb5a638a02..a133d0d74a 100644 --- a/erts/emulator/beam/beam_emu.c +++ b/erts/emulator/beam/beam_emu.c @@ -156,7 +156,7 @@ BeamInstr beam_continue_exit[1]; /* NOTE These should be the only variables containing trace instructions. -** Sometimes tests are form the instruction value, and sometimes +** Sometimes tests are for the instruction value, and sometimes ** for the referring variable (one of these), and rouge references ** will most likely cause chaos. */ -- 2.16.4