Fix typos.

This commit is contained in:
Christian Brueffer 2016-11-15 13:45:10 +00:00
parent 7410493ab9
commit 5a3e4e8a73
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49672

View file

@ -1112,8 +1112,8 @@
<tt>ukbd</tt> and <tt>ums</tt> were committed to head.
Support was also added for TI's AM33xx touchstreen controller
(the popular BeagleBone is based on the AM33xx) and the
official touschreen for the Raspberry Pi. Multitouch support
for the Raspberry Pi was successfully demonstarted using the
official touchscreen for the Raspberry Pi. Multitouch support
for the Raspberry Pi was successfully demonstrated using the
latest Qt development branch.</p>
</body>
@ -1419,7 +1419,7 @@
<p>The userspace <tt>gettimeofday(2)</tt> implementation was
enhanced to allow syscall-less operation on machines that use
HPET hardwire for timecounters. The HPET algorithm coexists
HPET hardware for timecounters. The HPET algorithm coexists
with older RDTSC-based code, allowing dynamic switching of
timecounters. A page with HPET registers is
<tt>mmap(2)</tt>-ed readonly by libc into userland application