spelling: s/retreive/retrieve/

Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Adrian Bunk 2006-01-10 00:10:13 +01:00 committed by Adrian Bunk
parent 5406958860
commit 943ffb587c
17 changed files with 20 additions and 20 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh -x
# Based on the vmlinux file create the System.map file
# System.map is used by module-init tools and some debugging
# tools to retreive the actual addresses of symbols in the kernel.
# tools to retrieve the actual addresses of symbols in the kernel.
#
# Usage
# mksysmap vmlinux System.map