diff options
author | 2007-05-07 17:58:03 +0000 | |
---|---|---|
committer | 2007-05-07 17:58:03 +0000 | |
commit | 1f5168e3c62434b3d92f8ed3afc1d6e0649d6537 (patch) | |
tree | bc5c6be87c6646688ff8b8a13622e8d812a94757 | |
parent | UCHAR_MAX and USHRT_MAX should not have a 'U' suffix. (diff) | |
download | wireguard-openbsd-1f5168e3c62434b3d92f8ed3afc1d6e0649d6537.tar.xz wireguard-openbsd-1f5168e3c62434b3d92f8ed3afc1d6e0649d6537.zip |
Typo; jakemsr@
-rw-r--r-- | distrib/notes/m4.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index e3f35db0d6d..43ff484387f 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.72 2007/05/04 03:49:18 deraadt Exp $ +dnl $OpenBSD: m4.common,v 1.73 2007/05/07 17:58:03 miod Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -129,7 +129,7 @@ dnl are available. dnl define({:-OpenBSDcomp-:}, {:- comp{:--:}OSrev The OpenBSD/MACHINE Compiler tools. All of the tools relating - to C, C++, Objective-F and Fortran are supported. This set + to C, C++, Objective-C and Fortran are supported. This set includes the system {:-include-:} files (/usr/{:-include-:}), the linker, the compiler tool chain, and the various system libraries{:--:}ifelse(X$3,Xshared,{:- (except the shared libraries, which are included as part of |