Bug 216109 - Typo in #define
Summary: Typo in #define
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-15 13:46 UTC by Bulat
Modified: 2017-01-15 18:03 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bulat 2017-01-15 13:46:49 UTC
r256849, sys/sys/eventvar.h

Line 33 should be:
#error "no user-servicEAble parts inside"
not
#error "no user-servicAble parts inside"
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-01-15 18:01:30 UTC
A commit references this bug:

Author: cem
Date: Sun Jan 15 18:00:48 UTC 2017
New revision: 312235
URL: https://svnweb.freebsd.org/changeset/base/312235

Log:
  Fix a variety of cosmetic typos and misspellings

  No functional change.

  PR:		216096, 216097, 216098, 216101, 216102, 216106, 216109, 216110
  Reported by:	Bulat <bltsrc at mail.ru>
  Sponsored by:	Dell EMC Isilon

Changes:
  head/sys/amd64/vmm/vmm_host.h
  head/sys/cam/cam_compat.h
  head/sys/cam/cam_iosched.h
  head/sys/netinet/cc/cc.h
  head/sys/sys/buf_ring.h
  head/sys/sys/bus.h
  head/sys/sys/busdma_bufalloc.h
  head/sys/sys/devmap.h
  head/sys/sys/eventvar.h
  head/sys/sys/gtaskqueue.h
  head/sys/sys/ksem.h
  head/sys/sys/pipe.h
  head/sys/sys/sockopt.h
  head/sys/sys/taskqueue.h