summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2020-01-26 01:11:50 +0000
committerkettenis <kettenis@openbsd.org>2020-01-26 01:11:50 +0000
commit3f9b6a07980e5ff5ab7ec9b40468c7ae9c4ffd3d (patch)
treed0042fba7c0915411172aedc644b5edbd368a066
parentFix spacing issue. (diff)
downloadwireguard-openbsd-3f9b6a07980e5ff5ab7ec9b40468c7ae9c4ffd3d.tar.xz
wireguard-openbsd-3f9b6a07980e5ff5ab7ec9b40468c7ae9c4ffd3d.zip
Fix comment.
-rw-r--r--sys/arch/arm64/arm64/syscall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/arm64/syscall.c b/sys/arch/arm64/arm64/syscall.c
index 9406a32c80f..865dd68bbc2 100644
--- a/sys/arch/arm64/arm64/syscall.c
+++ b/sys/arch/arm64/arm64/syscall.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.c,v 1.3 2018/04/09 22:21:05 kettenis Exp $ */
+/* $OpenBSD: syscall.c,v 1.4 2020/01/26 01:11:50 kettenis Exp $ */
/*
* Copyright (c) 2015 Dale Rahn <drahn@dalerahn.com>
*
@@ -98,7 +98,7 @@ svc_handler(trapframe_t *frame)
case ERESTART:
/*
- * Reconstruct the pc to point at the swi.
+ * Reconstruct the pc to point at the svc.
*/
frame->tf_elr -= 4;
break;