File 0208-HiPE-fix-typo-in-doc.patch of Package erlang
From 7aebac4f55ed38658ad13db9cc91420d643cc720 Mon Sep 17 00:00:00 2001
From: Mikael Pettersson <mikpelinux@gmail.com>
Date: Wed, 24 Jun 2020 18:11:42 +0200
Subject: [PATCH] HiPE: fix typo in doc
---
lib/hipe/doc/src/HiPE_app.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/hipe/doc/src/HiPE_app.xml b/lib/hipe/doc/src/HiPE_app.xml
index ac6850387f..592ba0b313 100644
--- a/lib/hipe/doc/src/HiPE_app.xml
+++ b/lib/hipe/doc/src/HiPE_app.xml
@@ -168,7 +168,7 @@
produce data after returning from recursive calls may have to
be scheduled out when returning from a function call. Since
HiPE does not check reductions on returns, processes executing
- such HiPE compiled code may cause huge peeks in memory
+ such HiPE compiled code may cause huge peaks in memory
consumption as well as severe performance degradation.
</p>
</item>
--
2.26.2