summaryrefslogtreecommitdiff
path: root/coroutine/arm32/Context.s
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:16:29 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-20 10:16:29 +0000
commit3710dedc1228dddd65cfb677b87a59b8ea4e91a4 (patch)
treec9e15bec76ff0acfd64bb74ea6a12c359a4489ca /coroutine/arm32/Context.s
parentdba6b87b296c864776848819c76f9ff7c595cec4 (diff)
Tidy up comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'coroutine/arm32/Context.s')
-rw-r--r--coroutine/arm32/Context.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/coroutine/arm32/Context.s b/coroutine/arm32/Context.s
index 91fc697c18..86a80f3db2 100644
--- a/coroutine/arm32/Context.s
+++ b/coroutine/arm32/Context.s
@@ -1,6 +1,5 @@
##
-## arm.c
-## File file is part of the "Coroutine" project and released under the MIT License.
+## This file is part of the "Coroutine" project and released under the MIT License.
##
## Created by Samuel Williams on 10/5/2018.
## Copyright, 2018, by Samuel Williams. All rights reserved.