summaryrefslogtreecommitdiff
path: root/common/lib/libc
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-11-14 20:51:57 +0000
committerandvar <andvar@NetBSD.org>2021-11-14 20:51:57 +0000
commitd30ceca976640caba17871f92c1ce989ca52941e (patch)
tree022433903c01d1883c5bbc0c35f067cd3cfd76a8 /common/lib/libc
parenta68fc6bb791d676e90c8e04aee6bcfded36d8fcd (diff)
fix few typos in comments and log message.
Diffstat (limited to 'common/lib/libc')
-rw-r--r--common/lib/libc/gen/rpst.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/lib/libc/gen/rpst.c b/common/lib/libc/gen/rpst.c
index 5ab09d0863d..374afe8aa3a 100644
--- a/common/lib/libc/gen/rpst.c
+++ b/common/lib/libc/gen/rpst.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rpst.c,v 1.11 2011/04/26 20:53:34 yamt Exp $ */
+/* $NetBSD: rpst.c,v 1.12 2021/11/14 20:51:57 andvar Exp $ */
/*-
* Copyright (c)2009 YAMAMOTO Takashi,
@@ -43,14 +43,14 @@
#include <sys/cdefs.h>
#if defined(_KERNEL) || defined(_STANDALONE)
-__KERNEL_RCSID(0, "$NetBSD: rpst.c,v 1.11 2011/04/26 20:53:34 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rpst.c,v 1.12 2021/11/14 20:51:57 andvar Exp $");
#include <sys/param.h>
#include <lib/libkern/libkern.h>
#if defined(_STANDALONE)
#include <lib/libsa/stand.h>
#endif /* defined(_STANDALONE) */
#else /* defined(_KERNEL) || defined(_STANDALONE) */
-__RCSID("$NetBSD: rpst.c,v 1.11 2011/04/26 20:53:34 yamt Exp $");
+__RCSID("$NetBSD: rpst.c,v 1.12 2021/11/14 20:51:57 andvar Exp $");
#include <assert.h>
#include <stdbool.h>
#include <string.h>
@@ -569,7 +569,7 @@ query(uint64_t max_y, uint64_t min_x, uint64_t max_x)
struct timeval end;
unsigned int done;
- printf("quering max_y=%" PRIu64 " min_x=%" PRIu64 " max_x=%" PRIu64
+ printf("querying max_y=%" PRIu64 " min_x=%" PRIu64 " max_x=%" PRIu64
"\n",
max_y, min_x, max_x);
done = 0;