summaryrefslogtreecommitdiff
path: root/rgo/src/memfill.S
diff options
context:
space:
mode:
Diffstat (limited to 'rgo/src/memfill.S')
-rw-r--r--rgo/src/memfill.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/rgo/src/memfill.S b/rgo/src/memfill.S
index 3c4fb1f..d131c48 100644
--- a/rgo/src/memfill.S
+++ b/rgo/src/memfill.S
@@ -3,11 +3,11 @@
This file is part of rgo.
- rgo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+ rgo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
- rgo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ rgo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public License along with rgo. If not, see <https://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU Lesser General Public License along with rgo. If not, see <https://www.gnu.org/licenses/>.
*/
#include <rgo.h>
@@ -24,7 +24,7 @@ rgo_memfill:
/* We don't need to preserve any of the registers we use according to the ABI. */
/* rcx: Address of the current element. */
movq %rdi,%rcx
- /* r8: Address of the last element. */
+ /* rcx: Address of the element after the last element. */
movq %rdi,%r8
addq %rsi,%r8
.loop: