<p>Frans Hendriks has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/c/coreboot/+/29794">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/cbfstool/rmodule.c: Fix typo and correct header<br><br>Header contains ':' in copyright line. rmdoule is a typo<br>Remove the ';' and correct typo to rmodule.<br><br>BUG=N/A<br>TEST=N/A<br><br>Change-Id: I05b1fb80a81682646c9fba3d234de235b6bc9e8c<br>Signed-off-by: Frans Hendriks <fhendriks@eltan.com><br>---<br>M util/cbfstool/rmodule.c<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/29794/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/cbfstool/rmodule.c b/util/cbfstool/rmodule.c</span><br><span>index 07957cb..ff8f1cd 100644</span><br><span>--- a/util/cbfstool/rmodule.c</span><br><span>+++ b/util/cbfstool/rmodule.c</span><br><span>@@ -1,5 +1,6 @@</span><br><span> /*</span><br><span style="color: hsl(0, 100%, 40%);">- ;* Copyright (C) 2014 Google, Inc.</span><br><span style="color: hsl(120, 100%, 40%);">+ * Copyright (C) 2014 Google, Inc.</span><br><span style="color: hsl(120, 100%, 40%);">+ * Copyright (C) 2018 Eltan B.V.</span><br><span>  *</span><br><span>  * This program is free software; you can redistribute it and/or modify</span><br><span>  * it under the terms of the GNU General Public License as published by</span><br><span>@@ -540,7 +541,7 @@</span><br><span>        * section and the relocations can fit entirely within occupied memory</span><br><span>        * region for the program. The other is that the relocations increase</span><br><span>         * the memory footprint of the program if it was loaded directly into</span><br><span style="color: hsl(0, 100%, 40%);">-    * the region it would run. The rmdoule header is a fixed cost that</span><br><span style="color: hsl(120, 100%, 40%);">+    * the region it would run. The rmodule header is a fixed cost that</span><br><span>   * is considered a part of the program.</span><br><span>       */</span><br><span>  total_size += buffer_size(&rmod_header);</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/29794">change 29794</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/c/coreboot/+/29794"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I05b1fb80a81682646c9fba3d234de235b6bc9e8c </div>
<div style="display:none"> Gerrit-Change-Number: 29794 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Frans Hendriks <fhendriks@eltan.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>