Module Name:    src
Committed By:   nonaka
Date:           Thu May 26 16:40:38 UTC 2011

Modified Files:
        src/sys/sys: exec_elf.h

Log Message:
fix spelling.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/sys/exec_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/exec_elf.h
diff -u src/sys/sys/exec_elf.h:1.110 src/sys/sys/exec_elf.h:1.111
--- src/sys/sys/exec_elf.h:1.110	Fri Mar  4 22:25:32 2011
+++ src/sys/sys/exec_elf.h	Thu May 26 16:40:38 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: exec_elf.h,v 1.110 2011/03/04 22:25:32 joerg Exp $	*/
+/*	$NetBSD: exec_elf.h,v 1.111 2011/05/26 16:40:38 nonaka Exp $	*/
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -971,7 +971,7 @@
 #define	VER_NEED_CURRENT	1
 
 /*
- * GNU Extension hidding symb
+ * GNU Extension hidding symbol
  */
 #define	VERSYM_HIDDEN		0x8000
 #define	VERSYM_VERSION		0x7fff

Reply via email to