From 2b302aad9f597489a5b87e5d623f1a326758605e Mon Sep 17 00:00:00 2001 From: uqs Date: Thu, 5 Jan 2012 21:36:45 +0000 Subject: Touch up some more small typos missed in the previous round. Reported by: Ben Kaduk et al. --- usr.bin/locate/locate/util.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/locate') diff --git a/usr.bin/locate/locate/util.c b/usr.bin/locate/locate/util.c index d00a9a3..a28690a 100644 --- a/usr.bin/locate/locate/util.c +++ b/usr.bin/locate/locate/util.c @@ -219,15 +219,15 @@ tolower_word(word) /* * Read integer from mmap pointer. - * Essential a simple ``return *(int *)p'' but avoid sigbus + * Essentially a simple ``return *(int *)p'' but avoids sigbus * for integer alignment (SunOS 4.x, 5.x). * * Convert network byte order to host byte order if necessary. - * So we can read on FreeBSD/i386 (little endian) a locate database + * So we can read a locate database on FreeBSD/i386 (little endian) * which was built on SunOS/sparc (big endian). */ -int +int getwm(p) caddr_t p; { -- cgit v1.1