]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual/examples: Remove redundant "if not"
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 20 Dec 2018 15:53:47 +0000 (07:53 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 20 Dec 2018 15:53:57 +0000 (07:53 -0800)
Replace "if not, if not," with "if not,".

* manual/examples/add.c: Remove redundant "if not".
* manual/examples/argp-ex1.c: Likewise.
* manual/examples/argp-ex2.c: Likewise.
* manual/examples/argp-ex3.c: Likewise.
* manual/examples/argp-ex4.c: Likewise.
* manual/examples/atexit.c: Likewise.
* manual/examples/db.c: Likewise.
* manual/examples/dir.c: Likewise.
* manual/examples/dir2.c: Likewise.
* manual/examples/execinfo.c: Likewise.
* manual/examples/filecli.c: Likewise.
* manual/examples/filesrv.c: Likewise.
* manual/examples/fmtmsgexpl.c: Likewise.
* manual/examples/genpass.c: Likewise.
* manual/examples/inetcli.c: Likewise.
* manual/examples/inetsrv.c: Likewise.
* manual/examples/isockad.c: Likewise.
* manual/examples/longopt.c: Likewise.
* manual/examples/memopen.c: Likewise.
* manual/examples/memstrm.c: Likewise.
* manual/examples/mkdirent.c: Likewise.
* manual/examples/mkfsock.c: Likewise.
* manual/examples/mkisock.c: Likewise.
* manual/examples/mygetpass.c: Likewise.
* manual/examples/pipe.c: Likewise.
* manual/examples/popen.c: Likewise.
* manual/examples/rprintf.c: Likewise.
* manual/examples/search.c: Likewise.
* manual/examples/select.c: Likewise.
* manual/examples/setjmp.c: Likewise.
* manual/examples/sigh1.c: Likewise.
* manual/examples/sigusr.c: Likewise.
* manual/examples/stpcpy.c: Likewise.
* manual/examples/strdupa.c: Likewise.
* manual/examples/strftim.c: Likewise.
* manual/examples/subopt.c: Likewise.
* manual/examples/swapcontext.c: Likewise.
* manual/examples/termios.c: Likewise.
* manual/examples/testopt.c: Likewise.
* manual/examples/testpass.c: Likewise.
* manual/examples/timeval_subtract.c: Likewise.

42 files changed:
ChangeLog
manual/examples/add.c
manual/examples/argp-ex1.c
manual/examples/argp-ex2.c
manual/examples/argp-ex3.c
manual/examples/argp-ex4.c
manual/examples/atexit.c
manual/examples/db.c
manual/examples/dir.c
manual/examples/dir2.c
manual/examples/execinfo.c
manual/examples/filecli.c
manual/examples/filesrv.c
manual/examples/fmtmsgexpl.c
manual/examples/genpass.c
manual/examples/inetcli.c
manual/examples/inetsrv.c
manual/examples/isockad.c
manual/examples/longopt.c
manual/examples/memopen.c
manual/examples/memstrm.c
manual/examples/mkdirent.c
manual/examples/mkfsock.c
manual/examples/mkisock.c
manual/examples/mygetpass.c
manual/examples/pipe.c
manual/examples/popen.c
manual/examples/rprintf.c
manual/examples/search.c
manual/examples/select.c
manual/examples/setjmp.c
manual/examples/sigh1.c
manual/examples/sigusr.c
manual/examples/stpcpy.c
manual/examples/strdupa.c
manual/examples/strftim.c
manual/examples/subopt.c
manual/examples/swapcontext.c
manual/examples/termios.c
manual/examples/testopt.c
manual/examples/testpass.c
manual/examples/timeval_subtract.c

index e9fe501b14b6bf19520430a810b4aba49e7e3b84..04072a465c90b510aa31b8a55af5c2c5c3488793 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2018-12-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * manual/examples/add.c: Remove redundant "if not".
+       * manual/examples/argp-ex1.c: Likewise.
+       * manual/examples/argp-ex2.c: Likewise.
+       * manual/examples/argp-ex3.c: Likewise.
+       * manual/examples/argp-ex4.c: Likewise.
+       * manual/examples/atexit.c: Likewise.
+       * manual/examples/db.c: Likewise.
+       * manual/examples/dir.c: Likewise.
+       * manual/examples/dir2.c: Likewise.
+       * manual/examples/execinfo.c: Likewise.
+       * manual/examples/filecli.c: Likewise.
+       * manual/examples/filesrv.c: Likewise.
+       * manual/examples/fmtmsgexpl.c: Likewise.
+       * manual/examples/genpass.c: Likewise.
+       * manual/examples/inetcli.c: Likewise.
+       * manual/examples/inetsrv.c: Likewise.
+       * manual/examples/isockad.c: Likewise.
+       * manual/examples/longopt.c: Likewise.
+       * manual/examples/memopen.c: Likewise.
+       * manual/examples/memstrm.c: Likewise.
+       * manual/examples/mkdirent.c: Likewise.
+       * manual/examples/mkfsock.c: Likewise.
+       * manual/examples/mkisock.c: Likewise.
+       * manual/examples/mygetpass.c: Likewise.
+       * manual/examples/pipe.c: Likewise.
+       * manual/examples/popen.c: Likewise.
+       * manual/examples/rprintf.c: Likewise.
+       * manual/examples/search.c: Likewise.
+       * manual/examples/select.c: Likewise.
+       * manual/examples/setjmp.c: Likewise.
+       * manual/examples/sigh1.c: Likewise.
+       * manual/examples/sigusr.c: Likewise.
+       * manual/examples/stpcpy.c: Likewise.
+       * manual/examples/strdupa.c: Likewise.
+       * manual/examples/strftim.c: Likewise.
+       * manual/examples/subopt.c: Likewise.
+       * manual/examples/swapcontext.c: Likewise.
+       * manual/examples/termios.c: Likewise.
+       * manual/examples/testopt.c: Likewise.
+       * manual/examples/testpass.c: Likewise.
+       * manual/examples/timeval_subtract.c: Likewise.
+
 2018-12-19  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/x86/fpu/math_private.h: New file.
index 88d3e3d5f77ef5b18003c29aac23f44b37a961de..5b502c64677e1c09df8834073a9bdc829b592efa 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdarg.h>
index 900af1aec95683054e6c6258f1bf8d66e0a30fc1..2b7612908766b70d9a717ca0ead5c0d901b0e52b 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /* This is (probably) the smallest possible program that
index 2465d418a882bf99f82e38d21142e87e6f43363b..50faf6b36a0938080320d8689c2bc6e6ed8cce0c 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /* This program doesn't use any options or arguments, but uses
index efec8e85076aab69d47eef04a15bad80ae816f68..76d658a81e4f0b2021f335082532f03df420dbec 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /* This program uses the same features as example 2, and uses options and
index f560e38bfb539373f822e022fa956f12c6eba8b9..4b38f03896ec500ade531387006cdaf6501c76c0 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /* This program uses the same features as example 3, but has more
index 718651e8bd2497d4127688ea4c4a00cb0548fdfb..57def3b8c7445c1bb5545383593bbcd203866c35 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 93602dece5aa1448d02760728da96ef4a49ba89e..ec60cd72af03dfb550ddc562c1826076d6807c19 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <grp.h>
index f9d314a78091bca9448f5b435e35630500fe4e7b..a7d37717da6c75cc232644c1035b3f74d21cb20d 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /*@group*/
index 1403bb4ea92fc7a43056e22ae1957f36a286501b..bba417dea8c3b838aaf4b8c28ee968e81532f842 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /*@group*/
index 112134a70e328127ef5e576a3d0ebe82c3776874..2d82625b6c3a28355d0737c45548324bb505287a 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <execinfo.h>
index dcdb82590d91afb7b342891ceacfb05edf7cacf8..89b862655e6ecd9569099043eed0514854e5929c 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 7d9f507be2e56c4b13ae6180da1e51cb72f855fa..c4a4998168c67610f3c641166bdb0400ffba731d 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 8c1e058204491e44cd7cc3ef9d0fe6fb272c1d6a..328e98be1c20d950e25345c9c7d30b4f0ac8b70f 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <fmtmsg.h>
index 23d20789fc22a15ecc64e11f63a17936d8a746f0..e729dd29ab4ace9e10b6e2b654384d5e658aea47 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index bcc060b7ca3d0b966ca5a8262f48591343b0a722..0718480dd87090e29a89ffaef2f0b003567fcdc8 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index ea590fe7b87ad2d819d5fe3d1648408eb9850586..249457b5ecff27c424a48132566c7ac9e8635ce7 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 4a55e7a696abc30023405b496ee48fea133268bc..2bc4f5e7442f8f66ab6d3b4634f87cad4999cc11 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 4f33d525588c105cff2678713e40c954bd2d9508..698caf0a1d94818e222b2e0bcffcc909c1de5924 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 7ffd06b3ebae56348bfc0e421ad80e591777c742..b71607c68fb578e815feb6c7eada7064a3a655f4 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 65147c87343f51a5adba8fd99256c8ae66cb3f4a..5c57fdd02da30fd519bae474606a2c50265e59cf 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index cb19c1f3ccd3fe865b66d4f2cd3389623ec68e23..445dd0fe938b03ffc138b584d53c29007a484af4 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <dirent.h>
index ebce75f4bf126058fdf9dd7d215dfa0027f32672..6865449656deb26d2c060142e6cbc22d5bde7ab1 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stddef.h>
index 1a13c54271caedc89d5a708f602b8266bd0a35db..eaf316ea34dd8d34dc5d5d04fab02be8098a74a7 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 3f465ac8ea62c92a7e2a9929d31c62915b8cc72c..65c732cfedcd0b6d89917afa8d6c35636b7b636d 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <termios.h>
index 25fed7f754defd07fdc9be4cd821d92098d2a8f3..71a25ed07843cc909346ccc45d61999ac4f765b7 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <sys/types.h>
index 566dbf39181d718e71edac0402f2031f180284f1..e6ac3bf1fde06a1f1ddb90964eaeb480cfc23648 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 917db0866a5c70454ce399e269f39e5ab51160d8..9f31fa28bd3aca154b446987651e088e2d66b352 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 624cf5029034fdec2fc8cefac467e004492b52f9..9d43c84cd3892ac2570436a3e952540b1e7cf1ee 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdlib.h>
index 2a92d5358ffc43eb1ad5149143f7da43fad1f335..fe9999e354730a4e9b603033270151b903633112 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /*@group*/
index cc9ccc76638c9a8d87063f753b96f05f89ef7c53..47d6a3e1aec44b11a44657ca95ed32c9688ad9da 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <setjmp.h>
index 9fe0fd23944e1adf700ea40da86a4726887d1a2b..3dbe82658bf9be69871e09bc25b6a8af3b26cfd1 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <signal.h>
index 7dfb4cf251dd0cc82926dae2a93f24055bc5fb72..6a92567262f4c474c9fda583e5e54c3039fe13b4 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /*@group*/
index ab0befdf58a277dedd3e463375f1959246e3762a..542f1930f6bbadb149292d250eeba79adf454e17 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <string.h>
index 7dc4180cf1a5b6f2ee60985632028e41b4448038..a8d108af68ee188e43a0815d1253abfaa969aad0 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <paths.h>
index 2b7e48a1c955cd8c6dd61b8c2dae99b11bf9e3ee..1120f3421f36b52348e28156eda477512ec0471c 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <time.h>
index a3fba4b537cce5a2f321ef8c5906529d3da736aa..b04b0042013d42e83ccfbf6e47231e747a3c49c6 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index d0b7b2b37415e58b12e9a73cd62075fc35475f83..13cd207eb030220dc940bf43c2145fe8139b7cb1 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <signal.h>
index e4e5a5540cd404a3d5514ea4fd6fa41e89ddf8a6..115e524c26852c5ec0c32f4b5a7976007e8578f1 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <unistd.h>
index 6249f2a2edb80412a978d9a096a126f62be846b9..8bffc5238ff0723ea38dc89adf14cf7a1722b502 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /*@group*/
index f8883fea176fa74e841c2b0f54465a4a4c7328b4..0b8e8a53776d79ed73931d4593795319830350aa 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>
index 77265bb2529e0562f5081fb2000957f1f0c4d1c7..aeb0c39bc7aa856b264128e3b0b39e971c5fbfa9 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 /* Subtract the `struct timeval' values X and Y,