summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pseudo-reloc.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-08-16 23:34:45 +0000
committerChristopher Faylor <me@cgf.cx>2012-08-16 23:34:45 +0000
commit46f5dd59581f3405e56a48f351ed97a0af0f70ef (patch)
tree4094a58649e103f8149c09446384bed059803d85 /winsup/cygwin/pseudo-reloc.cc
parent00caa48b917d9c300c70403b3a9ea665a8f67d26 (diff)
downloadcygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.gz
cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.bz2
cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.zip
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/pseudo-reloc.cc')
-rw-r--r--winsup/cygwin/pseudo-reloc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pseudo-reloc.cc b/winsup/cygwin/pseudo-reloc.cc
index 04d5d9862..e6b7ebf2b 100644
--- a/winsup/cygwin/pseudo-reloc.cc
+++ b/winsup/cygwin/pseudo-reloc.cc
@@ -188,7 +188,7 @@ do_pseudo_reloc (void * start, void * end, void * base)
* 1) With a (v2-style) version header. In this case, the
* first entry in the list is a 3-DWORD structure, with
* value:
- * { 0, 0, RP_VERSION_V1 }
+ * { 0, 0, RP_VERSION_V1 }
* In this case, we skip to the next entry in the list,
* knowing that all elements after the head item can
* be cast to runtime_pseudo_reloc_item_v1.